This class enables you to interact with Parquet files.
Factory
The ParquetFileWriter$create()
factory method instantiates the object and
takes the following arguments:
schema
A Schemasink
An arrow::io::OutputStreamproperties
An instance of ParquetWriterPropertiesarrow_properties
An instance ofParquetArrowWriterProperties
Methods
WriteTable
Write a Table tosink
WriteBatch
Write a RecordBatch tosink
Close
Close the writer. Note: does not close thesink
. arrow::io::OutputStream has its ownclose()
method.