Uses of Interface
io.trino.operator.aggregation.state.BooleanDistinctState
Packages that use BooleanDistinctState
-
Uses of BooleanDistinctState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type BooleanDistinctStateModifier and TypeMethodDescriptionstatic voidBooleanApproximateCountDistinctAggregation.combineState(BooleanDistinctState state, BooleanDistinctState otherState) static voidBooleanDefaultApproximateCountDistinctAggregation.combineState(BooleanDistinctState state, BooleanDistinctState otherState) static voidBooleanApproximateCountDistinctAggregation.evaluateFinal(BooleanDistinctState state, BlockBuilder out) static voidBooleanDefaultApproximateCountDistinctAggregation.evaluateFinal(BooleanDistinctState state, BlockBuilder out) static voidBooleanApproximateCountDistinctAggregation.input(BooleanDistinctState state, boolean value, double maxStandardError) static voidBooleanDefaultApproximateCountDistinctAggregation.input(BooleanDistinctState state, boolean value)