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

Horizontally concat string columns in linear time