pub fn make_list_array_indices<T: ArrowPrimitiveType>(
offsets: &OffsetBuffer<T::Native>,
) -> PrimitiveArray<T>Expand description
[0, 2, 2, 5, 6] -> [0, 0, 2, 2, 2, 3]
pub fn make_list_array_indices<T: ArrowPrimitiveType>(
offsets: &OffsetBuffer<T::Native>,
) -> PrimitiveArray<T>[0, 2, 2, 5, 6] -> [0, 0, 2, 2, 2, 3]