goldmedal commented on code in PR #13129:
URL: https://github.com/apache/datafusion/pull/13129#discussion_r1818112492


##########
datafusion/sql/src/unparser/expr.rs:
##########
@@ -1340,6 +1341,29 @@ impl Unparser<'_> {
         }
     }
 
+    /// Converts an UNNEST operation to an AST expression by wrapping it as a 
function call,
+    /// since there is no direct representation for UNNEST in the AST.

Review Comment:
   It makes sense to me. On the SQL parser side, it also uses a function call 
to present UNNEST.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to