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