memgraph/src
Marin Tomic 343fe54f2c Move 'explain' to Cypher.g4 and add it to keyword list
Summary: Move explain to Cypher.g4 so MemgraphCypher contains only enterprise features. Also added `EXPLAIN` to keyword list because query `MATCH (explain) RETURN explain` wasn't working.

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1632
2018-10-05 10:09:50 +02:00
..
auth Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
communication Implement console client for memgraph 2018-10-02 13:18:54 +02:00
data_structures Refactor / remove unused lockfree list 2018-07-16 11:43:09 +01:00
database Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
distributed Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
durability Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
glue Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
integrations Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
io Generate Load functions from LCP as top level 2018-09-28 10:34:20 +02:00
lisp Convert AST to LCP 2018-10-04 12:38:29 +02:00
mvcc Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
query Move 'explain' to Cypher.g4 and add it to keyword list 2018-10-05 10:09:50 +02:00
requests Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
stats Throw exceptions on RPC failure and Distributed error handling 2018-09-27 16:27:40 +02:00
storage Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
telemetry Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
transactions Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
utils Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
CMakeLists.txt Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_distributed.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
memgraph_init.cpp Throw exceptions on RPC failure and Distributed error handling 2018-09-27 16:27:40 +02:00
memgraph_init.hpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
memgraph.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00