compress

package
v0.0.0-...-b8bb60e Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2021 License: Apache-2.0 Imports: 9 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, error)

Compress ...

func Uncompress

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

Uncompress ...

Types

type Compressor

type Compressor struct {
	Compress   func(buf []byte) ([]byte, error)
	Uncompress func(buf []byte) ([]byte, error)
}

Compressor contains funcs to compress and decompress.

Jump to

Keyboard shortcuts

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