Uses of Interface
io.trino.operator.aggregation.state.GenericLongState
-
Packages that use GenericLongState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of GenericLongState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type GenericLongState Modifier and Type Method Description static voidAbstractMinMaxAggregationFunction. combine(MethodHandle methodHandle, GenericLongState state, GenericLongState otherState)static voidArbitraryAggregationFunction. combine(GenericLongState state, GenericLongState otherState)static voidReduceAggregationFunction. combine(GenericLongState state, GenericLongState otherState, BinaryFunctionInterface inputFunction, BinaryFunctionInterface combineFunction)static voidAbstractMinMaxAggregationFunction. input(MethodHandle methodHandle, GenericLongState state, long value)static voidArbitraryAggregationFunction. input(Type type, GenericLongState state, Block block, int position)static voidReduceAggregationFunction. input(GenericLongState state, Object value, long initialStateValue, BinaryFunctionInterface inputFunction, BinaryFunctionInterface combineFunction) -
Uses of GenericLongState in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state with parameters of type GenericLongState Modifier and Type Method Description voidGenericLongStateSerializer. deserialize(Block block, int index, GenericLongState state)voidGenericLongStateSerializer. serialize(GenericLongState state, BlockBuilder out)default voidGenericLongState. set(GenericLongState state)static voidGenericLongState. write(Type type, GenericLongState state, BlockBuilder out)
-