Class AggregateNode.MinLong

  • Enclosing class:
    AggregateNode

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

      Constructors 
      Constructor Description
      MinLong()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MinLong

        public MinLong()