polars::chunked_array::ops::gather

Function check_bounds_nulls

Source
pub fn check_bounds_nulls(
    idx: &PrimitiveArray<u32>,
    len: u32,
) -> Result<(), PolarsError>