pub fn runend_decode_bools(
ends: PrimitiveArray,
values: BoolArray,
offset: usize,
length: usize,
ctx: &mut ExecutionCtx,
) -> VortexResult<ArrayRef>Expand description
Decodes run-end encoded boolean values into a flat BoolArray.