Function polars_arrow::compute::utils::check_same_len

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