Uses of Interface
io.trino.operator.aggregation.state.NullableDoubleState
Packages that use NullableDoubleState
-
Uses of NullableDoubleState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type NullableDoubleStateModifier and TypeMethodDescriptionstatic voidDoubleSumAggregation.combine(NullableDoubleState state, NullableDoubleState otherState) static voidRealSumAggregation.combine(NullableDoubleState state, NullableDoubleState otherState) static voidDoubleSumAggregation.output(NullableDoubleState state, BlockBuilder out) static voidRealSumAggregation.output(NullableDoubleState state, BlockBuilder out) static voidDoubleSumAggregation.sum(NullableDoubleState state, double value) 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 NullableDoubleStateModifier and TypeMethodDescriptionvoidNullableDoubleStateSerializer.deserialize(Block block, int index, NullableDoubleState state) voidNullableDoubleStateSerializer.serialize(NullableDoubleState state, BlockBuilder out) default voidNullableDoubleState.set(NullableDoubleState state) static voidNullableDoubleState.write(Type type, NullableDoubleState state, BlockBuilder out)