kfirSatori commented on code in PR #2375:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2375#discussion_r3620470173
##########
src/ast/query.rs:
##########
@@ -1653,6 +1653,20 @@ pub enum TableFactor {
/// Optional alias for the resulting table.
alias: Option<TableAlias>,
},
+ /// Object unpivoting on a SUPER expression in the FROM clause.
+ ///
+ /// Syntax:
+ /// ```sql
+ /// UNPIVOT expression AS value_alias [AT attribute_alias]
+ /// ```
Review Comment:
Added link to docs
--
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]