public static interface AggregationConstraint.Builder extends SdkPojo, CopyableBuilder<AggregationConstraint.Builder,AggregationConstraint>
| Modifier and Type | Method and Description |
|---|---|
AggregationConstraint.Builder |
columnName(String columnName)
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.
|
AggregationConstraint.Builder |
minimum(Integer minimum)
The minimum number of distinct values that an output row must be an aggregation of.
|
AggregationConstraint.Builder |
type(AggregationType type)
The type of aggregation the constraint allows.
|
AggregationConstraint.Builder |
type(String type)
The type of aggregation the constraint allows.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregationConstraint.Builder columnName(String columnName)
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.
columnName - 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.AggregationConstraint.Builder minimum(Integer minimum)
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.
minimum - 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.AggregationConstraint.Builder type(String type)
The type of aggregation the constraint allows. The only valid value is currently `COUNT_DISTINCT`.
type - The type of aggregation the constraint allows. The only valid value is currently `COUNT_DISTINCT`.AggregationType,
AggregationTypeAggregationConstraint.Builder type(AggregationType type)
The type of aggregation the constraint allows. The only valid value is currently `COUNT_DISTINCT`.
type - The type of aggregation the constraint allows. The only valid value is currently `COUNT_DISTINCT`.AggregationType,
AggregationTypeCopyright © 2023. All rights reserved.