+
K
Supported in: Batch, Streaming
Concatenates the provided arrays into a single array, without de-duplication.
Expression categories: Array
Type variable bounds: T accepts AnyType
Output type: Array<T>
Argument values:
Output: [ 1, 2, 3, 4, 5 ]
Output: [ 1, 2, 3, 3, 4, 4, 5 ]
Output: [ 1, 2, 3, 3, 4 ]
first_array
second_array