googleapis / googleapis/google-cloud-go
spanner/spansql: add support for ARRAY_FILTER, ARRAY_INCLUDES and ARRAY_TRANSFORM
Open
api: spanner
type: feature request
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 1.6k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 109
Description
**Is your feature request related to a problem? Please describe.**
Array functions with lambdas as arguments cannot be parsed.
- https://cloud.google.com/spanner/docs/reference/standard-sql/array_functions#array_filter
- https://cloud.google.com/spanner/docs/reference/standard-sql/array_functions#array_includes
- https://cloud.google.com/spanner/docs/reference/standard-sql/array_functions#array_transform
**Describe the solution you'd like**
Add a special function to parse the arguments of these functions.
**Describe alternatives you've considered**
No idea.
**Additional context**
I'll create a PR for this issue.
Contributor guide
Assessment
This issue has not been assessed yet.