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