pub fn runend_decode_decimal(
ends: PrimitiveArray,
values: DecimalArray,
offset: usize,
length: usize,
ctx: &mut ExecutionCtx,
) -> VortexResult<DecimalArray>Expand description
Decode a run-end encoded decimal array by expanding its native values.