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 voidRealSumAggregation. combine(NullableDoubleState state, NullableDoubleState otherState)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)default voidNullableDoubleState. set(NullableDoubleState state)static voidNullableDoubleState. write(Type type, NullableDoubleState state, BlockBuilder out)
-