Class AggregateNode.MaxFloat

  • Enclosing class:
    AggregateNode

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

      Constructors 
      Constructor Description
      MaxFloat()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MaxFloat

        public MaxFloat()