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, getFields
public Strategy getStrategy(BulletConfig config)
Aggregation
Strategy
instance that handles this aggregation.getStrategy
in class Aggregation
config
- The BulletConfig
containing configuration for the strategy.public String toString()
toString
in class Aggregation
Copyright © 2021. All rights reserved.