pub fn array_except(a: &Column, b: &Column) -> Column
Elements in first array not in second (PySpark array_except).