Package org.apache.calcite.interpreter
Class AggregateNode.LongSum
java.lang.Object
org.apache.calcite.interpreter.AggregateNode.LongSum
- Enclosing class:
- AggregateNode
Implementation of 
SUM over BIGINT values as a user-defined
 aggregate.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
LongSumpublic LongSum()
 
- 
- 
Method Details- 
initpublic long init()
- 
addpublic long add(long accumulator, long v) 
- 
mergepublic long merge(long accumulator0, long accumulator1) 
- 
resultpublic long result(long accumulator) 
 
-