Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The UnNest operator unpacks incoming tuple with a multi value attribute (e.g. a list) to create multiple tuples each containg one value from that attribute.

Parameter

  • attribute: The attribute that should be unpack.

Example

...


code
Code Block
language
javascript
themeEclipselanguagejavascript
titleUnNest Operator
linenumberstrue
output = UNNEST({
                 attribute='myAttribute'
                },input)