Skip to content

Support Snowflake lambda functions #1273

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

Open
jmhain opened this issue May 16, 2024 · 0 comments
Open

Support Snowflake lambda functions #1273

jmhain opened this issue May 16, 2024 · 0 comments

Comments

@jmhain
Copy link
Contributor

jmhain commented May 16, 2024

Snowflake recently gained support for higher-order functions like TRANSFORM and FILTER which utilize a new lambda function syntax similar to that of Databricks for which I recently added support.

The two syntaxes look compatible so we can mostly reuse what we have. The one difference I noted is that Snowflake lambdas are permitted to specify types, e.g. (x INT, y INT) -> (x + y).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant