Expand description
Compression algorithms supported by NippyJar
.
Structs§
- Decoder
Dictionary - Prepared dictionary for decompression
- Decompressor
- Allows to decompress independently multiple blocks of data.
- Lz4
- Wrapper type for
lz4_flex
that implementsCompression
. - Zstd
- Zstd compression structure. Supports a compression dictionary per column.
Enums§
- Compressors
- Enum with different
Compression
types. - Zstd
State - Represents the state of a Zstandard compression operation.
Traits§
- Compression
- Trait that will compress column values