Class AggregateNode.MaxBigDecimal

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

public static class AggregateNode.MaxBigDecimal extends AggregateNode.NumericComparison<BigDecimal>
Implementation of MAX function to calculate the maximum of BigDecimal values as a user-defined aggregate.