Package org.apache.calcite.interpreter
Class AggregateNode.MaxBigDecimal
java.lang.Object
org.apache.calcite.interpreter.AggregateNode.NumericComparison<BigDecimal>
org.apache.calcite.interpreter.AggregateNode.MaxBigDecimal
- Enclosing class:
AggregateNode
Implementation of
MAX
function to calculate the maximum of
BigDecimal
values as a user-defined aggregate.-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.calcite.interpreter.AggregateNode.NumericComparison
add, init, merge, result
-
Constructor Details
-
MaxBigDecimal
public MaxBigDecimal()
-
-
Method Details
-
max
-