Function vortex_alp::alp_rd_decode
source · pub fn alp_rd_decode<T: ALPRDFloat>(
left_parts: &[u16],
left_parts_dict: &[u16],
right_bit_width: u8,
right_parts: &[T::UINT],
left_parts_patches: Option<Patches>,
) -> VortexResult<Vec<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.