Skip to main content

runend_decode_decimal

Function runend_decode_decimal 

Source
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.