Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The UnNest operator unpacks incoming tuple with a multi value attribute to create multiple tuples

Parameter

  • attribute: The attribute that should be unpack.

Example

 

Code Block
themeEclipse
languagejavascript
titleUnNest Operator
linenumberstrue
output = UNNEST({
                 attribute='myAttribute'
                },input)