Function polars_lazy::dsl::concat_list

source ·
pub fn concat_list<E, IE>(s: E) -> Result<Expr, PolarsError>where
    E: AsRef<[IE]>,
    IE: Into<Expr> + Clone,
Expand description

Concat lists entries.