-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undirected query logical changes #1528
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1528 +/- ##
==========================================
+ Coverage 91.93% 91.95% +0.02%
==========================================
Files 680 687 +7
Lines 24543 24556 +13
==========================================
+ Hits 22564 22581 +17
+ Misses 1979 1975 -4
☔ View full report in Codecov by Sentry. |
src/include/planner/logical_plan/logical_operator/base_logical_extend.h
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to rebase to master and squash into 1 commit.
First step to support queries such as
MATCH (a:User)-[:Follows]-(b:User) RETURN a.name
Changes made:
Note: Currently the correct behaviour of any undirected query is not implemented