Parquet file format supports very efficient compression and encoding of
column oriented data. This format enables compression schemes to be
specified on a per-column level allowing efficient compression and encoding
of data. To read and write Parquet files in MATLAB®, use the parquetread
and
parquetwrite
functions. To read a collection of
Parquet files, use ParquetDatastore
.
For more information on the Parquet file format, see https://parquet.apache.org/
parquetread | Read columnar data from a Parquet file |
parquetwrite | Write columnar data to Parquet file |
parquetinfo | Get information about Parquet file |
parquetDatastore | Datastore for collection of Parquet files |
Apache Parquet Data Type Mappings
Summary of representable MATLAB data types and precision limitations for the Parquet file format.