Uses of Interface
io.trino.operator.aggregation.LongLongState
Packages that use LongLongState
-
Uses of LongLongState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongLongStateModifier and TypeMethodDescriptionstatic voidLongSumAggregation.combine(LongLongState state, LongLongState otherState) static voidLongSumAggregation.output(LongLongState state, BlockBuilder out) static voidLongSumAggregation.removeInput(LongLongState state, long value) static voidLongSumAggregation.sum(LongLongState state, long value)