pub fn reduce_exprs<F, E>(f: F, exprs: E) -> Exprwhere F: 'static + Fn(Series, Series) -> Result<Series, PolarsError> + Send + Sync + Clone, E: AsRef<[Expr]>,