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