Write columnar data to Parquet file
parquetwrite(
specifies additional options with one or more name-value pair arguments. For example, you
can specify filename
,T
,Name,Value
)'VariableCompression'
to change the compression algorithm
used, or 'Version'
to write the data to a Parquet 1.0 file.
In some cases, parquetwrite
creates files that do not represent the
original array T
exactly. If you use parquetread
or
datastore
to read the files, then the result might not have the same
format or contents as the original table. For more information, see Apache Parquet Data Type Mappings.