pub fn reduce_exprs<F, E: AsRef<[Expr]>>(f: F, exprs: E) -> Exprwhere
    F: Fn(Series, Series) -> PolarsResult<Series> + Send + Sync + Clone + 'static,
Available on crate feature compile only.