Compress

package
v0.0.0-...-89ec23a Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2018 License: Apache-2.0 Imports: 6 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 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

Types

This section is empty.

Jump to

Keyboard shortcuts

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