powered by
This class enables you to interact with Parquet files.
The ParquetFileWriter$create() factory method instantiates the object and takes the following arguments:
ParquetFileWriter$create()
schema A Schema
schema
sink An arrow::io::OutputStream or a string which is interpreted as a file path
sink
properties An instance of ParquetWriterProperties
properties
arrow_properties An instance of ParquetArrowWriterProperties
arrow_properties
ParquetArrowWriterProperties