Class PivotGroupByBuilders
java.lang.Object
co.elastic.clients.elasticsearch.transform.PivotGroupByBuilders
Builders for
PivotGroupBy variants.-
Method Summary
Modifier 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
-
dateHistogram
Creates a builder for thedate_histogramPivotGroupByvariant. -
dateHistogram
public static PivotGroupBy dateHistogram(Function<DateHistogramAggregation.Builder, ObjectBuilder<DateHistogramAggregation>> fn) Creates a PivotGroupBy of thedate_histogramPivotGroupByvariant. -
geotileGrid
Creates a builder for thegeotile_gridPivotGroupByvariant. -
geotileGrid
public static PivotGroupBy geotileGrid(Function<GeoTileGridAggregation.Builder, ObjectBuilder<GeoTileGridAggregation>> fn) Creates a PivotGroupBy of thegeotile_gridPivotGroupByvariant. -
histogram
Creates a builder for thehistogramPivotGroupByvariant. -
histogram
public static PivotGroupBy histogram(Function<HistogramAggregation.Builder, ObjectBuilder<HistogramAggregation>> fn) Creates a PivotGroupBy of thehistogramPivotGroupByvariant. -
terms
Creates a builder for thetermsPivotGroupByvariant. -
terms
public static PivotGroupBy terms(Function<TermsAggregation.Builder, ObjectBuilder<TermsAggregation>> fn) Creates a PivotGroupBy of thetermsPivotGroupByvariant.
-