Uses of Interface
io.trino.operator.aggregation.state.GenericBooleanState
Packages that use GenericBooleanState
-
Uses of GenericBooleanState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type GenericBooleanStateModifier and TypeMethodDescriptionstatic voidReduceAggregationFunction.combine(GenericBooleanState state, GenericBooleanState otherState, BinaryFunctionInterface inputFunction, BinaryFunctionInterface combineFunction) static voidReduceAggregationFunction.input(GenericBooleanState state, Object value, boolean initialStateValue, BinaryFunctionInterface inputFunction, BinaryFunctionInterface combineFunction) -
Uses of GenericBooleanState in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state with parameters of type GenericBooleanStateModifier and TypeMethodDescriptionvoidGenericBooleanStateSerializer.deserialize(Block block, int index, GenericBooleanState state) voidGenericBooleanStateSerializer.serialize(GenericBooleanState state, BlockBuilder out) default voidGenericBooleanState.set(GenericBooleanState state) static voidGenericBooleanState.write(Type type, GenericBooleanState state, BlockBuilder out)