pub fn concat<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Concatenates multiple input columns together into a single column.