compress_lz4
Compresses a stream of bytes using lz4 compression.
Description
The compress_lz4
operator compresses bytes in a pipeline incrementally.
level = int (optional)
The compression level to use. The supported values depend on the codec used. If omitted, the default level for the codec is used.