Function polars::prelude::concat_expr

source ·
pub fn concat_expr<E, IE>(s: E, rechunk: bool) -> Result<Expr, PolarsError>
where E: AsRef<[IE]>, IE: Into<Expr> + Clone,
Available on crate feature lazy only.