Class AggregateNode.MaxLong

  • Enclosing class:
    AggregateNode

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

      Constructors 
      Constructor Description
      MaxLong()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MaxLong

        public MaxLong()