-
Notifications
You must be signed in to change notification settings - Fork 1.5k
spanner/spansql: add support for ARRAY_FILTER, ARRAY_INCLUDES and ARRAY_TRANSFORM #8768
Copy link
Copy link
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.