Module org.elasticsearch.compute
Interface AggregatorFunctionSupplier
- All Superinterfaces:
Describable
- All Known Implementing Classes:
FilteredAggregatorFunctionSupplier
Builds aggregation implementations, closing over any state required to do so.
-
Method Summary
Modifier and TypeMethodDescriptionaggregator(DriverContext driverContext) default Aggregator.FactorygroupingAggregator(DriverContext driverContext) default GroupingAggregator.FactoryMethods inherited from interface org.elasticsearch.compute.Describable
describe
-
Method Details
-
aggregator
-
groupingAggregator
-
aggregatorFactory
-
groupingAggregatorFactory
-