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