pub fn runend_encode(
array: ArrayView<'_, Primitive>,
) -> (PrimitiveArray, ArrayRef)Expand description
Run-end encode a PrimitiveArray, returning a tuple of (ends, values).
pub fn runend_encode(
array: ArrayView<'_, Primitive>,
) -> (PrimitiveArray, ArrayRef)Run-end encode a PrimitiveArray, returning a tuple of (ends, values).