Uses of Interface
io.trino.operator.aggregation.state.LongState
-
Packages that use LongState Package Description io.trino.operator.aggregation -
-
Uses of LongState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type LongState Modifier and Type Method Description static voidCountAggregation. combine(LongState state, LongState otherState)static voidCountColumn. combine(LongState state, LongState otherState)static voidCountIfAggregation. combine(LongState state, LongState otherState)static voidRealAverageAggregation. combine(LongState count, DoubleState sum, LongState otherCount, DoubleState otherSum)static voidCountAggregation. input(LongState state)static voidCountColumn. input(LongState state, Block block, int index)static voidCountIfAggregation. input(LongState state, boolean value)static voidRealAverageAggregation. input(LongState count, DoubleState sum, long value)static voidCountAggregation. output(LongState state, BlockBuilder out)static voidCountColumn. output(LongState state, BlockBuilder out)static voidCountIfAggregation. output(LongState state, BlockBuilder out)static voidRealAverageAggregation. output(LongState count, DoubleState sum, BlockBuilder out)static voidCountAggregation. removeInput(LongState state)static voidCountColumn. removeInput(LongState state, Block block, int index)static voidCountIfAggregation. removeInput(LongState state, boolean value)static voidRealAverageAggregation. removeInput(LongState count, DoubleState sum, long value)
-