memgraph/tests
Teon Banek 4601f6c368 Add filtering BFS by edge type
Summary:
Antlr grammar has been updated to support putting edge types after the BFS
symbol. Planner collects edge type filters for BFS and inlines them in the
operator by joining the filter with the user input BFS filter itself. This
requires no change from the standpoint of the operator. On the other hand, in
order to use the faster lookup by a single edge type, `ExpandBreadthFirst`
operator now accept an optional edge type. The edge type is passed from the
planner only if the user is filtering by a single type.

Unit tests as well as tck have been updated.

Reviewers: florijan, mislav.bradac

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D777
2017-09-12 11:29:38 +02:00
..
benchmark Add caching VerticesCount during planning and estimation 2017-09-09 12:26:48 +02:00
concurrent Fix remaining falling tests in release mode 2017-08-09 16:39:21 +02:00
data Replace map with bitset in stripped query 2017-08-02 22:17:36 +02:00
drivers Add transactions test to run script 2017-08-21 11:34:19 +02:00
integration GraphDbAccessor - style change 2017-08-09 16:09:08 +02:00
macro_benchmark Addded query error message to harness client. 2017-09-08 15:30:58 +02:00
manual Remove const requirement from DbAccessor in planning 2017-09-09 14:06:32 +02:00
property_based GraphDbAccessor - style change 2017-08-09 16:09:08 +02:00
public_benchmark Add filtering BFS by edge type 2017-09-12 11:29:38 +02:00
qa Add filtering BFS by edge type 2017-09-12 11:29:38 +02:00
stress Libraries are now downloaded from our local cache server. 2017-08-25 09:58:39 +02:00
unit Add filtering BFS by edge type 2017-09-12 11:29:38 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Migrate harness to use our bolt client 2017-08-25 11:10:15 +02:00