Uses of Interface
io.trino.operator.aggregation.state.GenericDoubleState
Packages that use GenericDoubleState
-
Uses of GenericDoubleState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type GenericDoubleStateModifier and TypeMethodDescriptionstatic voidReduceAggregationFunction.combine(GenericDoubleState state, GenericDoubleState otherState, BinaryFunctionInterface inputFunction, BinaryFunctionInterface combineFunction) 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 GenericDoubleStateModifier and TypeMethodDescriptionvoidGenericDoubleStateSerializer.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)