On this page:
Package parquet.
1.0

Package parquet.🔗ℹ

Simon Johnston <johnstonskj@gmail.com>

This package provides the ability to read (and eventually write) Apache Parquet formatted files. Such files are becoming the mainstay of cloud-native big data systems, especially the Apache Hadoop ecosystem.

The Parquet format is based upon the Apache Thrift framework; "for scalable cross-language services development". The support for this is described in the Thrift collection documentation.

    1 Generated Thrift Namespace parquet

      1.1 Enumeration Conversion

      1.2 Type Decoders

    2 Module file.

      2.1 File Handling

      2.2 Decoding

      2.3 Command Line Launcher

    3 License