You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Snowflake recently gained support for higher-order functions like
TRANSFORM
andFILTER
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)
.The text was updated successfully, but these errors were encountered: