Package io.trino.operator.aggregation
Class IntervalDayToSecondSumAggregation
java.lang.Object
io.trino.operator.aggregation.IntervalDayToSecondSumAggregation
-
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
-