pub fn compute_precompression_stats(arr: &dyn Array) -> VortexResult<()>Expand description
Eagerly compute certain statistics (i.e., pruning stats plus UncompressedSizeInBytes) for an array. This function is intended to be called in compressors, immediately before compression occurs.