Available on crate feature
polars-io only.Enums§
- Supported
Compression - Represents the compression algorithms that we have decoders for
Functions§
- maybe_
decompress_ bytes - Decompress
bytesif compression is detected, otherwise simply return it. Anoutvec must be given for ownership of the decompressed data.