public class CountDistinct extends Aggregation
size, type| Constructor and Description |
|---|
CountDistinct(List<String> fields,
String name)
Constructor that creates a COUNT_DISTINCT aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
Strategy |
getStrategy(BulletConfig config)
Returns a new
Strategy instance that handles this aggregation. |
String |
toString() |
configure, getFieldspublic Strategy getStrategy(BulletConfig config)
AggregationStrategy instance that handles this aggregation.getStrategy in class Aggregationconfig - The BulletConfig containing configuration for the strategy.public String toString()
toString in class AggregationCopyright © 2021. All rights reserved.