+
K
Supported in: Batch, Streaming
Explode array into a row per value.
Expression categories: Array
Type variable bounds: T accepts AnyType
Output type: T
Argument values:
array
Given input table:
Expected output table: | array | | ----- | | 1 | | 2 |
Expected output table: | array | | ----- | | 1 | | 2 | | null |