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