Class AggregateNode.MinDouble

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

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

    • MinDouble

      public MinDouble()