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

spanner: support parsing lambda expressions #10168

Open
kai5263499 opened this issue May 14, 2024 · 0 comments
Open

spanner: support parsing lambda expressions #10168

kai5263499 opened this issue May 14, 2024 · 0 comments
Assignees
Labels
api: spanner Issues related to the Spanner API. triage me I really want to be triaged.

Comments

@kai5263499
Copy link
Contributor

Is your feature request related to a problem? Please describe.
While working on PR 10079 I noticed that ARRAY_FILTER takes a lambda expression as an argument. The parser doesn't support lambda expressions.

Describe the solution you'd like
Parser should be able to parse a function expression like ARRAY_FILTER([1 ,2, 3], e -> e > 1)

@kai5263499 kai5263499 added the triage me I really want to be triaged. label May 14, 2024
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label May 14, 2024
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. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants