Function polars::prelude::gather::check_bounds_ca

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