Class MetadataHashAggBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.metadata.MetadataHashAggBatchCreator
- All Implemented Interfaces:
BatchCreator<MetadataHashAggPOP>
-
Constructor Summary
Constructors -
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:
getBatchin interfaceBatchCreator<MetadataHashAggPOP>- Throws:
ExecutionSetupException
-