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