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

feat(spanner/spansql): parse join hints #2936

Merged
merged 1 commit into from Oct 1, 2020
Merged

feat(spanner/spansql): parse join hints #2936

merged 1 commit into from Oct 1, 2020

Conversation

dsymonds
Copy link
Contributor

This includes both the special case "HASH JOIN" syntax and the "JOIN@{...}" syntax.

Initial work towards #2462.

@dsymonds dsymonds added the api: spanner Issues related to the Spanner API. label Sep 30, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 30, 2020
This includes both the special case "HASH JOIN" syntax and the
"JOIN@{...}" syntax.

Initial work towards #2462.
spanner/spansql/parser.go Show resolved Hide resolved
@dsymonds dsymonds merged commit 3cbc76c into googleapis:master Oct 1, 2020
@dsymonds dsymonds deleted the spansql-join branch October 1, 2020 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants