pub fn compress_append(
uncomp_body: &[u8],
compression: Compression,
out: &mut Vec<u8>,
) -> Result<(), CqlRequestSerializationError>
Expand description
Compresses the request body using the specified compression algorithm, appending the compressed data to the provided output buffer.