pub fn array_union(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
Returns an array of the elements in the union of col1 and col2, without duplicates.