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