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