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.
Feature/optimizer trait match (vesoft-inc#3769)
* Add trait for pattern match. * Implement match plan by trait and reduce some reduncant rules. * Remove unused header. * Fix warning. * Let optimize rule decide collection of matched nodes. Co-authored-by: kyle.cao <[email protected]> Co-authored-by: Sophie <[email protected]>
- Loading branch information
1 parent
1815766
commit dba7a0b
Showing
32 changed files
with
74 additions
and
1,481 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
74 changes: 0 additions & 74 deletions
74
src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.cpp
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.h
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.cpp
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.h
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
src/graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.cpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.