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