pub fn decompress_into_array(
array: ALPArray,
ctx: &mut ExecutionCtx,
) -> VortexResult<PrimitiveArray>Expand description
Decompresses an ALP-encoded array using to_primitive (legacy path).
ยงReturns
A PrimitiveArray containing the decompressed floating-point values with all patches applied.