forked from vesoft-inc/nebula
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support variable when seeking vertex id or property index in match (v…
…esoft-inc#2776) * Support variable when seeking by id in match clause vesoft-inc#5486 * Support variable when seeking by property index in match clause (vesoft-inc#5553) * Support variable when seeking by prop index in match clause * Rename * Move the index query context construction outside of OptRule * Move the optimizer utils to common graph util folder * Eval argument values in index scan executor * Fix bug * refactor and fix error * Update tck tests --------- Co-authored-by: Sophie <[email protected]> * Resolve the conflicts --------- Co-authored-by: Yee <[email protected]>
- Loading branch information
1 parent
63c7e26
commit 5e27f2c
Showing
32 changed files
with
2,328 additions
and
1,288 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 |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
nebula_add_library( | ||
optimizer_obj | ||
OBJECT | ||
OptimizerUtils.cpp | ||
Optimizer.cpp | ||
OptGroup.cpp | ||
OptRule.cpp | ||
|
Oops, something went wrong.