Package org.apache.calcite.interpreter
Class AggregateNode.MaxInt
java.lang.Object
org.apache.calcite.interpreter.AggregateNode.NumericComparison<Integer>
org.apache.calcite.interpreter.AggregateNode.MaxInt
- Enclosing class:
AggregateNode
Implementation of
MAX
function to calculate the maximum of
integer
values as a user-defined aggregate.-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.calcite.interpreter.AggregateNode.NumericComparison
add, init, merge, result
-
Constructor Details
-
MaxInt
public MaxInt()
-