Class AggregateNode.MaxFloat

java.lang.Object
org.apache.calcite.interpreter.AggregateNode.NumericComparison<Float>
org.apache.calcite.interpreter.AggregateNode.MaxFloat
Enclosing class:
AggregateNode

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

    • MaxFloat

      public MaxFloat()