Function polars_plan::dsl::functions::concat_list

source ยท
pub fn concat_list<E: AsRef<[IE]>, IE: Into<Expr> + Clone>(
    s: E,
) -> PolarsResult<Expr>
Expand description

Concat lists entries.