You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Parameter

  • attribute: The attribute that should be unpack.

Example

 

UnNest Operator
output = UNNEST({
                 attribute='myAttribute'
                },input)
  • No labels