Class PivotGroupByBuilders
java.lang.Object
co.elastic.clients.elasticsearch.transform.PivotGroupByBuilders
Builders for 
PivotGroupBy variants.- 
Method SummaryModifier and TypeMethodDescriptionCreates a builder for thedate_histogramPivotGroupByvariant.static PivotGroupBydateHistogram(Function<DateHistogramAggregation.Builder, ObjectBuilder<DateHistogramAggregation>> fn) Creates a PivotGroupBy of thedate_histogramPivotGroupByvariant.Creates a builder for thegeotile_gridPivotGroupByvariant.static PivotGroupByCreates a PivotGroupBy of thegeotile_gridPivotGroupByvariant.static HistogramAggregation.BuilderCreates a builder for thehistogramPivotGroupByvariant.static PivotGroupByCreates a PivotGroupBy of thehistogramPivotGroupByvariant.static TermsAggregation.Builderterms()Creates a builder for thetermsPivotGroupByvariant.static PivotGroupByCreates a PivotGroupBy of thetermsPivotGroupByvariant.
- 
Method Details- 
dateHistogramCreates a builder for thedate_histogramPivotGroupByvariant.
- 
dateHistogrampublic static PivotGroupBy dateHistogram(Function<DateHistogramAggregation.Builder, ObjectBuilder<DateHistogramAggregation>> fn) Creates a PivotGroupBy of thedate_histogramPivotGroupByvariant.
- 
geotileGridCreates a builder for thegeotile_gridPivotGroupByvariant.
- 
geotileGridpublic static PivotGroupBy geotileGrid(Function<GeoTileGridAggregation.Builder, ObjectBuilder<GeoTileGridAggregation>> fn) Creates a PivotGroupBy of thegeotile_gridPivotGroupByvariant.
- 
histogramCreates a builder for thehistogramPivotGroupByvariant.
- 
histogrampublic static PivotGroupBy histogram(Function<HistogramAggregation.Builder, ObjectBuilder<HistogramAggregation>> fn) Creates a PivotGroupBy of thehistogramPivotGroupByvariant.
- 
termsCreates a builder for thetermsPivotGroupByvariant.
- 
termspublic static PivotGroupBy terms(Function<TermsAggregation.Builder, ObjectBuilder<TermsAggregation>> fn) Creates a PivotGroupBy of thetermsPivotGroupByvariant.
 
-