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