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