Function polars_arrow::legacy::kernels::list::index_is_oob
source ยท pub fn index_is_oob(arr: &ListArray<i64>, index: i64) -> bool
Expand description
Check if an index is out of bounds for at least one sublist.