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