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