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