memgraph/src/query/plan
Teon Banek 160a6866dc Break the query part on Unwind
Summary:
`UNWIND` can come before `MATCH`, so it needs to break query parts. If
it didn't, a query part would incorrectly grab all the matches and plan
them incorrectly. A test for such a case has been added.

Reviewers: florijan

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D598
2017-07-29 18:14:06 +02:00
..
cost_estimator.cpp Add CreateIndex operator 2017-07-03 11:03:15 +02:00
cost_estimator.hpp Add CreateIndex operator 2017-07-03 11:03:15 +02:00
operator.cpp Plan::ExpandVariable - bounds are now expressions 2017-07-29 14:33:16 +02:00
operator.hpp Plan::ExpandVariable - bounds are now expressions 2017-07-29 14:33:16 +02:00
planner.hpp Generate All to filter variable length paths 2017-07-26 13:03:54 +02:00
rule_based_planner.cpp Break the query part on Unwind 2017-07-29 18:14:06 +02:00
variable_start_planner.cpp Plan variable length expand 2017-07-26 12:36:47 +02:00