memgraph/tests/benchmark/query
Matija Santl 9ad7d82a54 Implement UNION query combinator
Summary:
Union query combinator implementation consists of:
 * adjustments to the AST and `cypher_main_visitor`
 * enabling `QueryStripper` to parse multiple `return` statements (not stopping after first)
 * symbol generation for union results
 * union logical operator
 * query plan generator adjustments

Reviewers: teon.banek, mislav.bradac

Reviewed By: teon.banek

Subscribers: pullbot, buda

Differential Revision: https://phabricator.memgraph.io/D1038
2017-12-13 09:54:00 +01:00
..
planner.cpp Implement UNION query combinator 2017-12-13 09:54:00 +01:00
stripped.cpp Use GLogger instead of broken memgraph Logger. 2017-06-21 15:33:24 +02:00