Module org.elasticsearch.compute
Class HashAggregationOperator.Factory
java.lang.Object
org.elasticsearch.compute.operator.HashAggregationOperator.Factory
- All Implemented Interfaces:
Describable,Operator.OperatorFactory
- Enclosing class:
HashAggregationOperator
public static class HashAggregationOperator.Factory
extends Object
implements Operator.OperatorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringdescribe()Returns a description of the component.final HashAggregationOperatorget(DriverContext driverContext) Creates a new intermediate operator.protected BlockHashwrapBlockHash(DriverContext driverContext, BlockHash hash)
-
Constructor Details
-
Factory
-
-
Method Details
-
get
Description copied from interface:Operator.OperatorFactoryCreates a new intermediate operator.- Specified by:
getin interfaceOperator.OperatorFactory
-
wrapBlockHash
-
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
-