Class AggregateNode.MinInt

  • Enclosing class:
    AggregateNode

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

      Constructors 
      Constructor Description
      MinInt()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MinInt

        public MinInt()