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