compress

package
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(buf []byte, compressMethod parquet.CompressionCodec) []byte

func CompressGzip

func CompressGzip(buf []byte) []byte

Compress using Gzip

func CompressSnappy

func CompressSnappy(buf []byte) []byte

Compress using Snappy

func CompressZstd added in v1.4.0

func CompressZstd(buf []byte) []byte

Compress using Zstd

func Uncompress

func Uncompress(buf []byte, compressMethod parquet.CompressionCodec) ([]byte, error)

func UncompressGzip

func UncompressGzip(buf []byte) ([]byte, error)

Uncompress using Gzip

func UncompressSnappy

func UncompressSnappy(buf []byte) ([]byte, error)

Uncompress using Snappy

func UncompressZstd added in v1.4.0

func UncompressZstd(buf []byte) ([]byte, error)

Uncompress using Zstd

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL