Class AggregateNode.MinDouble

  • Enclosing class:
    AggregateNode

    public static class AggregateNode.MinDouble
    extends AggregateNode.NumericComparison<java.lang.Double>
    Implementation of MIN function to calculate the minimum of double and real values as a user-defined aggregate.
    • Constructor Summary

      Constructors 
      Constructor Description
      MinDouble()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MinDouble

        public MinDouble()