pub fn concat_ws(separator: &str, columns: &[&Column]) -> Column
Concatenate string columns with separator (PySpark concat_ws)