Versions in this module Expand all Collapse all v1 v1.6.10 Feb 25, 2024 v1.6.9 Feb 25, 2024 v1.6.8 Feb 24, 2024 Changes in this version + func Compress(buf []byte, compressMethod parquet.CompressionCodec) []byte + func Uncompress(buf []byte, compressMethod parquet.CompressionCodec) ([]byte, error) + type Compressor struct + Compress func(buf []byte) []byte + Uncompress func(buf []byte) ([]byte, error)