package
0.0.0-20230712180008-5d42db8f0d47
Repository: https://github.com/segmentio/parquet-go.git
Documentation: pkg.go.dev

# Packages

Package brotli implements the BROTLI parquet compression codec.
Package gzip implements the GZIP parquet compression codec.
Package lz4 implements the LZ4_RAW parquet compression codec.
Package snappy implements the SNAPPY parquet compression codec.
Package uncompressed provides implementations of the compression codec interfaces as pass-through without applying any compression nor decompression.
Package zstd implements the ZSTD parquet compression codec.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

The Codec interface represents parquet compression codecs implemented by the compress sub-packages.
No description provided by the author
No description provided by the author