Function polars::prelude::concat_str

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

Horizontally concat string columns in linear time