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