polars::chunked_array::ops::gather

Function check_bounds_ca

Source
pub fn check_bounds_ca(
    indices: &ChunkedArray<UInt32Type>,
    len: u32,
) -> Result<(), PolarsError>