polars_arrow::compute::utils

Function check_same_len

Source
pub fn check_same_len(lhs: &dyn Array, rhs: &dyn Array) -> PolarsResult<()>