Class PivotGroupByBuilders
java.lang.Object
co.elastic.clients.elasticsearch.transform.PivotGroupByBuilders
public class PivotGroupByBuilders
extends java.lang.Object
Builders for
PivotGroupBy variants.-
Method Summary
Modifier and Type Method Description static DateHistogramAggregation.BuilderdateHistogram()Creates a builder for thedate_histogramPivotGroupByvariant.static GeoTileGridAggregation.BuildergeotileGrid()Creates a builder for thegeotile_gridPivotGroupByvariant.static HistogramAggregation.Builderhistogram()Creates a builder for thehistogramPivotGroupByvariant.static TermsAggregation.Builderterms()Creates a builder for thetermsPivotGroupByvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
dateHistogram
Creates a builder for thedate_histogramPivotGroupByvariant. -
geotileGrid
Creates a builder for thegeotile_gridPivotGroupByvariant. -
histogram
Creates a builder for thehistogramPivotGroupByvariant. -
terms
Creates a builder for thetermsPivotGroupByvariant.
-