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