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_flexthat implementsCompression. - Zstd
- Zstd compression structure. Supports a compression dictionary per column.
Enums§
- Compressors
- Enum with different
Compressiontypes. - Zstd
State - Represents the state of a Zstandard compression operation.
Traits§
- Compression
- Trait that will compress column values