Package io.trino.operator.aggregation
Class DoubleSumAggregation
java.lang.Object
io.trino.operator.aggregation.DoubleSumAggregation
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(LongDoubleState state, LongDoubleState otherState) static voidoutput(LongDoubleState state, BlockBuilder out) static voidremoveInput(LongDoubleState state, double value) static voidsum(LongDoubleState state, double value)
-
Method Details
-
sum
-
removeInput
-
combine
-
output
-