Function decompress_array_chunked

Source
pub fn decompress_array_chunked<P, A>(
    path: P,
) -> Result<(ArrayBase<OwnedRepr<A>, IxDyn>, CompressedArrayMetadata)>
where P: AsRef<Path>, A: for<'de> Deserialize<'de> + Clone,
Expand description

Decompress an array that was compressed in chunks

§Arguments

  • path - Path to the compressed array file

§Returns

The decompressed array and its metadata