polars_plan::dsl::functions

Function concat_str

Source
pub fn concat_str<E: AsRef<[Expr]>>(
    s: E,
    separator: &str,
    ignore_nulls: bool,
) -> Expr
Available on crate features concat_str and strings only.
Expand description

Horizontally concat string columns in linear time