+
K
Supported in: Batch, Streaming
Reverse the order of elements in 'array'.
Expression categories: Array
Type variable bounds: T accepts AnyType
Output type: Array<T>
Argument values:
Output: [ 3, 2, 1 ]
array