Class AggregateNode.MinFloat

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

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

    • MinFloat

      public MinFloat()