-
Notifications
You must be signed in to change notification settings - Fork 154
feat: Added implementation of standard ISO-GQL syntax(4):value type predicate #673
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
base: master
Are you sure you want to change the base?
Conversation
|
Missing Parser Grammar modifications. The PostfixRowOperator() rule in the current Parser.jj does not support dynamic operator lookup. |
As a UDF used for function calls, no keyword modification is required @SeasonPilot You can refer to this PR; I didn't change any keywords, and it still passed CI. |
OK, I understand that the current PR lacks support for infix syntax. |
What changes were proposed in this pull request?
Related to issue-367
How was this PR tested?