Class DrillScanBatchCreator
java.lang.Object
org.apache.drill.exec.store.drill.plugin.DrillScanBatchCreator
- All Implemented Interfaces:
BatchCreator<DrillSubScan>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatch(ExecutorFragmentContext context, DrillSubScan subScan, List<RecordBatch> children)
-
Constructor Details
-
DrillScanBatchCreator
public DrillScanBatchCreator()
-
-
Method Details
-
getBatch
public CloseableRecordBatch getBatch(ExecutorFragmentContext context, DrillSubScan subScan, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatchin interfaceBatchCreator<DrillSubScan>- Throws:
ExecutionSetupException
-