Module compression

Source
Expand description

Compression algorithms supported by NippyJar.

Structs§

DecoderDictionary
Prepared dictionary for decompression
Decompressor
Allows to decompress independently multiple blocks of data.
Lz4
Wrapper type for lz4_flex that implements Compression.
Zstd
Zstd compression structure. Supports a compression dictionary per column.

Enums§

Compressors
Enum with different Compression types.
ZstdState
Represents the state of a Zstandard compression operation.

Traits§

Compression
Trait that will compress column values