-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement basic COALESCE functionality (#823)
* Implememnt basic COALESCE functionality * Enable coalesce for operations * Un xfail queries * refactor coalesce to support columns as input * Add tests for coalesce on columns Co-authored-by: Chris Jarrett <[email protected]> Co-authored-by: Charles Blackmon-Luca <[email protected]>
- Loading branch information
1 parent
d2896fa
commit 6ae69a8
Showing
4 changed files
with
91 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,11 +37,8 @@ | |
69, | ||
70, | ||
72, | ||
75, | ||
77, | ||
78, | ||
80, | ||
84, | ||
86, | ||
87, | ||
88, | ||
|