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