fn check_bounds<T: ArrowPrimitiveType>( len: usize, indices: &PrimitiveArray<T>, ) -> Result<(), ArrowError>where T::Native: Display,
Verifies that the non-null values of indices are all < len
indices
< len