Interface AutoDateHistogramAggregatorSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Aggregator supplier interface for auto_date_histogram agg
- Opensearch.internal:
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(String name, AggregatorFactories factories, int numBuckets, AutoDateHistogramAggregationBuilder.RoundingInfo[] roundingInfos, Function<Rounding, Rounding.Prepared> roundingPreparer, ValuesSourceConfig valuesSourceConfig, SearchContext aggregationContext, Aggregator parent, CardinalityUpperBound cardinality, Map<String, Object> metadata)
-
Method Details
-
build
Aggregator build(String name, AggregatorFactories factories, int numBuckets, AutoDateHistogramAggregationBuilder.RoundingInfo[] roundingInfos, @Nullable Function<Rounding, Rounding.Prepared> roundingPreparer, ValuesSourceConfig valuesSourceConfig, SearchContext aggregationContext, Aggregator parent, CardinalityUpperBound cardinality, Map<String, throws IOExceptionObject> metadata) - Throws:
IOException
-