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