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