pub fn map_concat<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Returns the union of all the given maps.