Package org.apache.calcite.interpreter
Class AggregateNode.NumericComparison<T>
java.lang.Object
org.apache.calcite.interpreter.AggregateNode.NumericComparison<T>
- Type Parameters:
T
- The numeric type
- Direct Known Subclasses:
AggregateNode.MaxBigDecimal
,AggregateNode.MaxDouble
,AggregateNode.MaxFloat
,AggregateNode.MaxInt
,AggregateNode.MaxLong
,AggregateNode.MinBigDecimal
,AggregateNode.MinDouble
,AggregateNode.MinFloat
,AggregateNode.MinInt
,AggregateNode.MinLong
- Enclosing class:
AggregateNode
Common implementation of comparison aggregate methods over numeric
values as a user-defined aggregate.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NumericComparison
-
-
Method Details
-
init
-
add
-
merge
-
result
-