-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(snowflake): implement array map and array filter (#9178)
Adds array map and filter implementations to the Snowflake backend. Thanks again @krzysztof-kwitt for the idea! The main limitation for the Snowflake versions of these APIs is that your lambda cannot reference any columns outside the scope of the lambda, which means the scope is limited to the lambda parameter and constants.
- Loading branch information
Showing
2 changed files
with
25 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters