package brotli

Import Path
	github.com/parquet-go/parquet-go/compress/brotli (on go.dev)

Dependency Relation
	imports 4 packages, and imported by one package

Involved Source Files Package brotli implements the BROTLI parquet compression codec.
Package-Level Type Names (only one)
/* sort by: | */
LGWin is the base 2 logarithm of the sliding window size. Range is 10 to 24. 0 indicates automatic configuration based on Quality. Quality controls the compression-speed vs compression-density trade-offs. The higher the quality, the slower the compression. Range is 0 to 11. (*Codec) CompressionCodec() format.CompressionCodec (*Codec) Decode(dst, src []byte) ([]byte, error) (*Codec) Encode(dst, src []byte) ([]byte, error) (*Codec) String() string *Codec : github.com/parquet-go/parquet-go/compress.Codec *Codec : expvar.Var *Codec : fmt.Stringer var github.com/parquet-go/parquet-go.Brotli
Package-Level Constants (total 2)
const DefaultLGWin = 0
const DefaultQuality = 0