Available on crate feature
polars-io only.Enums§
- Byte
Source Reader - A byte source that abstracts over in-memory buffers and streaming readers, with optional transparent decompression and buffering.
- Compressed
Reader - Reader that implements a streaming read trait for uncompressed, gzip, zlib and zstd compression.
- Compressed
Writer - Constructor for
WriteableTraitcompressed encoders. - Supported
Compression - Represents the compression algorithms that we have decoders for
Functions§
- maybe_
decompress_ bytes Deprecated - Decompress
bytesif compression is detected, otherwise simply return it. Anoutvec must be given for ownership of the decompressed data.