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

Implement toString() methods in ZetaSQLStrings #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janhicken
Copy link

I've implemented the methods in ZetaSQLStrings so all the nodes in the AST will have a sensible toString() implementation that works without throwing UnsupportedOperationExceptions.

This fixes #24.

@googlebot googlebot added the cla: yes Indicates the PR's author has signed the Google CLA. label Mar 5, 2020
aceforeverd pushed a commit to aceforeverd/zetasql that referenced this pull request Dec 15, 2021
…al_session_variables

feat: support show variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the Google CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StructType.toString throws UnsupportedOperationException
2 participants