Class AggregateNode.MaxLong

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

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

    • MaxLong

      public MaxLong()