arrow (version 8.0.0)

ParquetFileWriter: ParquetFileWriter class

Description

This class enables you to interact with Parquet files.

Arguments

Factory

The ParquetFileWriter$create() factory method instantiates the object and takes the following arguments:

Methods

  • WriteTable Write a Table to sink

  • Close Close the writer. Note: does not close the sink. arrow::io::OutputStream has its own close() method.