Package org.apache.calcite.interpreter
Class AggregateNode.MinLong
java.lang.Object
org.apache.calcite.interpreter.AggregateNode.NumericComparison<Long>
org.apache.calcite.interpreter.AggregateNode.MinLong
- Enclosing class:
AggregateNode
Implementation of
MIN
function to calculate the minimum of
long
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
-
MinLong
public MinLong()
-