Function polars_lazy::dsl::concat_expr

pub fn concat_expr<E, IE>(s: E, rechunk: bool) -> Result<Expr, PolarsError>
where E: AsRef<[IE]>, IE: Into<Expr> + Clone,