Function concat_ws

Source
pub fn concat_ws<I>(sep: &str, cols: I) -> Column
where I: IntoIterator, I::Item: Into<Column>,