Expand description
Structs§
- Channel
Out - ChannelOut constructs a channel from compressed, encoded batch data.
- Config
- Config for the compressor itself.
- Zlib
Compressor - The ZLIB compressor.
Enums§
- Channel
OutError - An error returned by the ChannelOut when adding single batches.
- Compression
Algo - The compression algorithm type.
- Compressor
Error - An error returned by the compressor.
- Compressor
Type - The type of compressor to use.
Traits§
- Channel
Compressor - Channel Compressor
- Compressor
Writer - Compressor Writer
Functions§
- compress_
zlib - Method to compress data using ZLIB.
- decompress_
zlib - Method to decompress data using ZLIB.
Type Aliases§
- Compressor
Result - The result from compressing data.