-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enhance like predicate (#1392)
* build(darwin): resolve compile on darwin by move `CMAKE_PREFIX_PATH` before `find_package`s * add a explicit constructor for `Nullable<StringRef>(const char*)`, so it is possialb to write `Nullable<StringRef>` as `"abc"` instead `StringRef("abc")`, which may help reduce key strokes * chore(codegen): fix a arg name for like expr add a few ExprIR test for LIKE predicate
- Loading branch information
1 parent
0601201
commit 667b1cb
Showing
4 changed files
with
23 additions
and
5 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