memgraph/tests
florijan 7328f5ec7f Query::Plan::VariableExpand added
Summary:
Variable expansion logical operator added. Some functionalities are missing:
- taking into account optional matching when expanding into existing symbol
- accepting Expression bounds (current implementation takes size_t)

Also, a TODO is added for handling optional matching in the uniqueness operator (with an Asana task)

All this will be done in the following diff, this is already substantial.

Also, please consider if we want to have all those `VLOG`s in the code. Not very pretty. And I think that `VLOG` is not compiled-away in release build, will put an asana task.

Reviewers: teon.banek, mislav.bradac, buda

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D569
2017-07-20 14:26:41 +02:00
..
benchmark Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
benchmark_infra Add first parallel benchmark 2017-07-17 19:29:29 +02:00
concurrent GraphDbAccessor - index range API 2017-07-19 11:55:40 +02:00
data Remember token positions for literals 2017-06-13 17:11:27 +02:00
drivers Max Query Size 2017-07-13 14:09:27 +02:00
integration Add query parameters support 2017-07-19 18:44:59 +02:00
manual Add query parameters support 2017-07-19 18:44:59 +02:00
property_based Move dbms to database 2017-07-12 12:44:11 +02:00
qa Add query parameters support 2017-07-19 18:44:59 +02:00
stress Add first parallel benchmark 2017-07-17 19:29:29 +02:00
unit Query::Plan::VariableExpand added 2017-07-20 14:26:41 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Change FILE COPY to configure_file COPYONLY 2017-07-10 16:26:30 +02:00