Class AggregateNode.MinBigDecimal

java.lang.Object
org.apache.calcite.interpreter.AggregateNode.NumericComparison<BigDecimal>
org.apache.calcite.interpreter.AggregateNode.MinBigDecimal
Enclosing class:
AggregateNode

public static class AggregateNode.MinBigDecimal extends AggregateNode.NumericComparison<BigDecimal>
Implementation of MIN function to calculate the minimum of BigDecimal values as a user-defined aggregate.