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