Uses of Interface
io.trino.operator.aggregation.state.TriStateBooleanState
Packages that use TriStateBooleanState
-
Uses of TriStateBooleanState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type TriStateBooleanStateModifier and TypeMethodDescriptionstatic voidBooleanAndAggregation.booleanAnd(TriStateBooleanState state, boolean value) static voidBooleanOrAggregation.booleanOr(TriStateBooleanState state, boolean value) static voidBooleanAndAggregation.combine(TriStateBooleanState state, TriStateBooleanState otherState) static voidBooleanOrAggregation.combine(TriStateBooleanState state, TriStateBooleanState otherState) static voidBooleanAndAggregation.output(TriStateBooleanState state, BlockBuilder out) static voidBooleanOrAggregation.output(TriStateBooleanState state, BlockBuilder out) -
Uses of TriStateBooleanState in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state with parameters of type TriStateBooleanStateModifier and TypeMethodDescriptionvoidTriStateBooleanStateSerializer.deserialize(Block block, int index, TriStateBooleanState state) voidTriStateBooleanStateSerializer.serialize(TriStateBooleanState state, BlockBuilder out) static voidTriStateBooleanState.write(Type type, TriStateBooleanState state, BlockBuilder out)