Function polars_core::chunked_array::ops::gather::check_bounds_nulls

source ยท
pub fn check_bounds_nulls(
    idx: &PrimitiveArray<IdxSize>,
    len: IdxSize
) -> PolarsResult<()>