+
K
Supported in: Batch, Streaming
Returns an array with the contents of array concatenated value times.
array
value
Expression categories: Array
Type variable bounds: T accepts AnyType
Output type: Array<T>
Argument values:
Output: [ 1, 2, 1, 2 ]