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): add support for STARTS_WITH function #4670

Merged
merged 2 commits into from Aug 25, 2021

Conversation

olavloite
Copy link
Contributor

  • Adds support for the STARTS_WITH function.
  • Adds an example for how further functions can be implemented.

Fixes #4661

- Adds support for the STARTS_WITH function.
- Adds an example for how further functions can be implemented.

Fixes #4661
@olavloite olavloite requested review from skuruppu and a team as code owners August 24, 2021 16:07
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 24, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Aug 24, 2021
Copy link
Contributor

@hengfengli hengfengli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@hengfengli hengfengli changed the title feat(spansql): add support for STARTS_WITH function feat(spanner/spansql): add support for STARTS_WITH function Aug 25, 2021
@hengfengli hengfengli merged commit 7a56af0 into master Aug 25, 2021
@hengfengli hengfengli deleted the spansql-starts-with-function branch August 25, 2021 05:46
BrennaEpp pushed a commit to BrennaEpp/google-cloud-go that referenced this pull request Aug 27, 2021
…is#4670)

- Adds support for the STARTS_WITH function.
- Adds an example for how further functions can be implemented.

Fixes googleapis#4661

Co-authored-by: Hengfeng Li <hengfeng@google.com>
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.

spanner/spannertest: support STARTS_WITH
2 participants