AggregationConstraint

Constraint on query output removing output rows that do not meet a minimum number of distinct values of a specified column.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Column in aggregation constraint for which there must be a minimum number of distinct values in an output row for it to be in the query output.

Link copied to clipboard

The minimum number of distinct values that an output row must be an aggregation of. Minimum threshold of distinct values for a specified column that must exist in an output row for it to be in the query output.

Link copied to clipboard

The type of aggregation the constraint allows. The only valid value is currently COUNT_DISTINCT.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String