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