iffyio commented on code in PR #2303:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2303#discussion_r3098753386
##########
src/ast/query.rs:
##########
@@ -2527,6 +2527,8 @@ pub struct TableAlias {
pub name: Ident,
/// Optional column aliases declared in parentheses after the table alias.
pub columns: Vec<TableAliasColumnDef>,
+ /// Optional PartiQL index alias declared with `AT`.
+ pub at: Option<Ident>,
Review Comment:
Can we add a link to the doc defining the syntax? (maybe an example syntax
would also be helpful like we have on the `explicit` field)
--
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]