Class AggregateNode.MinLong

java.lang.Object
org.apache.calcite.interpreter.AggregateNode.NumericComparison<Long>
org.apache.calcite.interpreter.AggregateNode.MinLong
Enclosing class:
AggregateNode

public static class AggregateNode.MinLong extends AggregateNode.NumericComparison<Long>
Implementation of MIN function to calculate the minimum of long values as a user-defined aggregate.
  • Constructor Details

    • MinLong

      public MinLong()