Module org.elasticsearch.compute
Class GroupedLimitOperator.Factory
java.lang.Object
org.elasticsearch.compute.operator.GroupedLimitOperator.Factory
- All Implemented Interfaces:
Describable,Operator.OperatorFactory
- Enclosing class:
GroupedLimitOperator
public static final class GroupedLimitOperator.Factory
extends Object
implements Operator.OperatorFactory
-
Constructor Summary
ConstructorsConstructorDescriptionFactory(int limitPerGroup, List<Integer> groupChannels, List<ElementType> elementTypes) -
Method Summary
Modifier and TypeMethodDescriptiondescribe()Returns a description of the component.get(DriverContext driverContext) Creates a new intermediate operator.
-
Constructor Details
-
Factory
-
-
Method Details
-
get
Description copied from interface:Operator.OperatorFactoryCreates a new intermediate operator.- Specified by:
getin interfaceOperator.OperatorFactory
-
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
-