pub fn create_map<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Creates a new map column.