pub fn compress(
array: AnyArrayView<'_>,
preprocessors: &[LcPreprocessor],
components: &[LcComponent],
) -> Result<Vec<u8>, LcCodecError>Expand description
Compress the array using LC with the provided preprocessors and
components.
ยงErrors
Errors with
LcCodecError::HeaderEncodeFailedif encoding the header to the output bytevec failedLcCodecError::LcEncodeFailedif an opaque encoding error occurred