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