Class AggregateNode.MaxDouble

java.lang.Object
org.apache.calcite.interpreter.AggregateNode.NumericComparison<Double>
org.apache.calcite.interpreter.AggregateNode.MaxDouble
Enclosing class:
AggregateNode

public static class AggregateNode.MaxDouble extends AggregateNode.NumericComparison<Double>
Implementation of MAX function to calculate the maximum of double and real values as a user-defined aggregate.
  • Constructor Details

    • MaxDouble

      public MaxDouble()