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