+
K
Supported in: Batch, Streaming
Creates an array from the columns provided.
Expression categories: Array
Type variable bounds: T accepts AnyType
Output type: Array<T>
Argument values:
Output: [ 1, 2, 3 ]
Output: [ [ 1 ], [ 2 ] ]
Output: [ 1, null, 3 ]