Package org.apache.calcite.interpreter
Class AggregateNode.BigDecimalSum
java.lang.Object
org.apache.calcite.interpreter.AggregateNode.BigDecimalSum
- Enclosing class:
AggregateNode
Implementation of
SUM
over BigDecimal values as a user-defined
aggregate.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd
(BigDecimal accumulator, BigDecimal v) init()
merge
(BigDecimal accumulator0, BigDecimal accumulator01) result
(BigDecimal accumulator)
-
Constructor Details
-
BigDecimalSum
public BigDecimalSum()
-
-
Method Details
-
init
-
add
-
merge
-
result
-