Class HashAggBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.aggregate.HashAggBatchCreator
- All Implemented Interfaces:
BatchCreator<HashAggregate>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch
(ExecutorFragmentContext context, HashAggregate config, List<RecordBatch> children)
-
Constructor Details
-
HashAggBatchCreator
public HashAggBatchCreator()
-
-
Method Details
-
getBatch
public HashAggBatch getBatch(ExecutorFragmentContext context, HashAggregate config, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatch
in interfaceBatchCreator<HashAggregate>
- Throws:
ExecutionSetupException
-