Class AggregateNode.MinInt

Enclosing class:
AggregateNode

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

    • MinInt

      public MinInt()