Documentation ¶
Index ¶
- func Compress(buf []byte, compressMethod parquet.CompressionCodec) []byte
- func CompressGzip(buf []byte) []byte
- func CompressSnappy(buf []byte) []byte
- func CompressZstd(buf []byte) []byte
- func Uncompress(buf []byte, compressMethod parquet.CompressionCodec) ([]byte, error)
- func UncompressGzip(buf []byte) ([]byte, error)
- func UncompressSnappy(buf []byte) ([]byte, error)
- func UncompressZstd(buf []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Uncompress ¶
func Uncompress(buf []byte, compressMethod parquet.CompressionCodec) ([]byte, error)
func UncompressZstd ¶ added in v1.4.0
Uncompress using Zstd
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.