+
K
Supported in: Batch, Streaming
Removes duplicates and intersects a list of arrays.
Expression categories: Array
Type variable bounds: T accepts AnyType
Output type: Array<T>
Argument values:
Output: [ 3 ]
Description: Duplicates are removed. Argument values:
Output: [ 1 ]
first_array
second_array