Uses of Class
org.elasticsearch.client.transform.transforms.pivot.HistogramGroupSource.Builder
-
Packages that use HistogramGroupSource.Builder Package Description org.elasticsearch.client.transform.transforms.pivot -
-
Uses of HistogramGroupSource.Builder in org.elasticsearch.client.transform.transforms.pivot
Methods in org.elasticsearch.client.transform.transforms.pivot that return HistogramGroupSource.Builder Modifier and Type Method Description static HistogramGroupSource.BuilderHistogramGroupSource. builder()HistogramGroupSource.BuilderHistogramGroupSource.Builder. setField(String field)The field to reference in the histogram groupingHistogramGroupSource.BuilderHistogramGroupSource.Builder. setInterval(double interval)Set the interval for the histogram aggregation
-