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 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)
-