Class AggregateNode.MaxInt

Enclosing class:
AggregateNode

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

    • MaxInt

      public MaxInt()