Uses of Interface
io.trino.operator.aggregation.state.GenericBooleanState
-
Packages that use GenericBooleanState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of GenericBooleanState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type GenericBooleanState Modifier and Type Method Description static voidAbstractMinMaxAggregationFunction. combine(MethodHandle methodHandle, GenericBooleanState state, GenericBooleanState otherState)static voidArbitraryAggregationFunction. combine(GenericBooleanState state, GenericBooleanState otherState)static voidReduceAggregationFunction. combine(GenericBooleanState state, GenericBooleanState otherState, BinaryFunctionInterface inputFunction, BinaryFunctionInterface combineFunction)static voidAbstractMinMaxAggregationFunction. input(MethodHandle methodHandle, GenericBooleanState state, boolean value)static voidArbitraryAggregationFunction. input(Type type, GenericBooleanState state, Block block, int position)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 GenericBooleanState Modifier and Type Method Description voidGenericBooleanStateSerializer. 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)
-