Uses of Interface
io.trino.operator.aggregation.LongLongState
-
Packages that use LongLongState Package Description io.trino.operator.aggregation -
-
Uses of LongLongState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongLongState Modifier and Type Method Description static 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)
-