pub fn decompress(encoded: &[u8]) -> Result<AnyArray, ZfpCodecError>Expand description
Decompress the encoded data into an array using ZFP.
ยงErrors
Errors with
ZfpCodecError::HeaderDecodeFailedif decoding the ZFP header failedZfpCodecError::MetaHeaderDecodeFailedif decoding the array metadata header failedZfpCodecError::ZfpDecodeFailedif an opaque decoding error occurred