Uses of Interface
io.trino.operator.aggregation.state.BooleanDistinctState
-
Packages that use BooleanDistinctState Package Description io.trino.operator.aggregation -
-
Uses of BooleanDistinctState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type BooleanDistinctState Modifier and Type Method Description static voidApproximateCountDistinctAggregation. combineState(BooleanDistinctState state, BooleanDistinctState otherState)static voidDefaultApproximateCountDistinctAggregation. combineState(BooleanDistinctState state, BooleanDistinctState otherState)static voidApproximateCountDistinctAggregation. evaluateFinal(BooleanDistinctState state, BlockBuilder out)static voidDefaultApproximateCountDistinctAggregation. evaluateFinal(BooleanDistinctState state, BlockBuilder out)static voidApproximateCountDistinctAggregation. input(BooleanDistinctState state, boolean value, double maxStandardError)static voidDefaultApproximateCountDistinctAggregation. input(BooleanDistinctState state, boolean value)
-