pyflink.table.expression.Expression.array_union# Expression.array_union(array) → pyflink.table.expression.Expression[source]# Returns an array of the elements in the union of array1 and array2, without duplicates. If any of the array is null, the function will return null. New in version 1.12.0.