pub fn concat_str<E>(s: E, sep: &str) -> Expr where
    E: AsRef<[Expr]>, 
Expand description

Horizontally concat string columns in linear time