pub fn par_decompress_selective(
    compressed_points: &[u8],
    decompressed_points: &mut [u8],
    laz_vlr: &LazVlr,
    chunk_table: &[ChunkTableEntry],
    selection: DecompressionSelection
) -> Result<()>
Expand description

Actual the parallel decompression

compressed_points must contains only the bytes corresponding to the points (so no offset, no chunk_table)

The chunk table describes the chunks contained in the compressed_points buffer