-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support proto/enum as typename #121
Support proto/enum as typename #121
Conversation
I'm concerned that it seems to be abusing |
OK. |
FYI (Added) |
It is abnormal that the struct with the suffix |
I think there is a confusion. In GoogleSQL of Cloud Spanner(and ZetaSQL), path expression is a structure for dot-separated identifiers described in lexical structure document, and it is used in many places of ZetaSQL.
(It seems they call Generally, Question: Why do we care about a path expression being a GoogleSQL expression? |
A: Use a field Line 2431 in 8af8b41
|
I think many nodes need dot-separated identifiers to implement named schemas. |
I think it is similar in that |
I'm sorry. I will explain the essential issue. In the future, if ASTs similarly appear frequently where |
Thank you for explaining. I think there are no reason to have deeper hierarchy as |
This PR adds
NamedType
.it is required for
PROTO
/ENUM
support: