pub fn alp_rd_decode<T: ALPRDFloat>(
left_parts: Buffer<u16>,
left_parts_dict: &[u16],
right_bit_width: u8,
right_parts: BufferMut<T::UINT>,
left_parts_patches: Option<&Patches>,
ctx: &mut ExecutionCtx,
) -> VortexResult<Buffer<T>>Expand description
Decode a vector of ALP-RD encoded values back into their original floating point format.
ยงPanics
The function panics if the provided left_parts and right_parts differ in length.