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