Skip to content
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 variable declaration #36

Closed
kitagry opened this issue Jul 4, 2023 · 2 comments · Fixed by #57
Closed

Support variable declaration #36

kitagry opened this issue Jul 4, 2023 · 2 comments · Fixed by #57

Comments

@kitagry
Copy link
Owner

kitagry commented Jul 4, 2023

No description provided.

@kitagry
Copy link
Owner Author

kitagry commented Jul 29, 2023

zetasql doesn't support DECLARE query. google/zetasql#139

@kitagry
Copy link
Owner Author

kitagry commented Aug 14, 2023

I will create the following logic.

  • If declare statement, skip analyze it and store the variable name.
  • When unrecognized error occured with the above name, replace variable name to the default value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant