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