You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cubert-users
Could you please provide some examples for using the FLATTEN operator? I am looking at Flattening the tuple returned by a UDF along with other records.
e.g. looking for something like below:
flattened = FROM input GENERATE x,y,z, FLATTEN (MyUDF(x,y));