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