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