+
K
Supported in: Batch, Streaming
Returns all unique elements in the left array that are not in the right array.
left
right
Expression categories: Array
Type variable bounds: T accepts AnyType
Output type: Array<T>
Argument values:
Output: [ 1 ]
first_array
second_array
Description: Duplicates in the left array will be removed. Argument values: