Uses of Interface
io.trino.operator.aggregation.state.TriStateBooleanState
-
Packages that use TriStateBooleanState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of TriStateBooleanState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type TriStateBooleanState Modifier and Type Method Description static 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 TriStateBooleanState Modifier and Type Method Description voidTriStateBooleanStateSerializer. deserialize(Block block, int index, TriStateBooleanState state)voidTriStateBooleanStateSerializer. serialize(TriStateBooleanState state, BlockBuilder out)static voidTriStateBooleanState. write(Type type, TriStateBooleanState state, BlockBuilder out)
-