Module org.elasticsearch.compute
Class RateLongGroupingAggregatorFunction.FunctionSupplier
java.lang.Object
org.elasticsearch.compute.aggregation.RateLongGroupingAggregatorFunction.FunctionSupplier
- All Implemented Interfaces:
AggregatorFunctionSupplier,Describable
- Enclosing class:
RateLongGroupingAggregatorFunction
public static final class RateLongGroupingAggregatorFunction.FunctionSupplier
extends Object
implements AggregatorFunctionSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregator(DriverContext driverContext, List<Integer> channels) describe()Returns a description of the component.groupingAggregator(DriverContext driverContext, List<Integer> channels) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.compute.aggregation.AggregatorFunctionSupplier
aggregatorFactory, groupingAggregatorFactory
-
Constructor Details
-
FunctionSupplier
public FunctionSupplier(boolean isRateOverTime)
-
-
Method Details
-
nonGroupingIntermediateStateDesc
- Specified by:
nonGroupingIntermediateStateDescin interfaceAggregatorFunctionSupplier
-
groupingIntermediateStateDesc
- Specified by:
groupingIntermediateStateDescin interfaceAggregatorFunctionSupplier
-
aggregator
- Specified by:
aggregatorin interfaceAggregatorFunctionSupplier
-
groupingAggregator
public RateLongGroupingAggregatorFunction groupingAggregator(DriverContext driverContext, List<Integer> channels) - Specified by:
groupingAggregatorin interfaceAggregatorFunctionSupplier
-
describe
Description copied from interface:DescribableReturns a description of the component. This description can be more specific than Object::toString.- Specified by:
describein interfaceDescribable- Returns:
- the description
-