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