memgraph/src/query
florijan 5134a94f1c Query::Plan - RemoveLabels added and tested
Summary:
Query::Plan::RemoveProperty op added and tested

Query::AST:: Remove added to cypher main visitor. Tested. Grammar corrected on missing whitespace in removeItem production

Reviewers: buda, mislav.bradac, teon.banek

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D202
2017-03-30 08:53:18 +02:00
..
backend/cpp Implement expression evaluation 2017-03-24 17:44:05 +01:00
frontend Query::Plan - RemoveLabels added and tested 2017-03-30 08:53:18 +02:00
console.cpp Utils - random graph generator hacked 2017-03-24 13:13:04 +01:00
console.hpp Query - REPL fixes 2017-03-24 09:50:53 +01:00
context.hpp Query - entry.hpp renamed to interpreter.hpp, Engine renamed to Interpreter 2017-03-22 16:39:00 +01:00
engine.hpp Everything is merged (communication + query engine) but we have to fix the PULL_ALL issue. 2017-03-22 17:57:06 +01:00
exceptions.hpp Query - Logical - Delete op added and tested. Minor refactors. 2017-03-27 14:57:44 +02:00
interpreter.hpp Bolt PullAll works. 2017-03-28 12:43:04 +02:00
parameters.hpp Query stripping now uses a parse tree and differentiates between int literals in a range expression (not stripped) and outside of a range (stripped). 2017-03-08 14:19:55 +01:00
plan_compiler.hpp Move all query related exceptions to a single file 2017-03-15 14:13:14 +01:00
plan_interface.hpp Query stripping now uses a parse tree and differentiates between int literals in a range expression (not stripped) and outside of a range (stripped). 2017-03-08 14:19:55 +01:00
plan_template_cpp Modified hardcoded queries to use new encoder. 2017-03-22 17:09:22 +01:00
preprocessor.hpp Query stripping now uses a parse tree and differentiates between int literals in a range expression (not stripped) and outside of a range (stripped). 2017-03-08 14:19:55 +01:00
stripped.hpp Query - entry.hpp renamed to interpreter.hpp, Engine renamed to Interpreter 2017-03-22 16:39:00 +01:00
stripper.cpp Query - entry.hpp renamed to interpreter.hpp, Engine renamed to Interpreter 2017-03-22 16:39:00 +01:00
stripper.hpp int -> int64_t in in Typed and PropertyValue 2017-03-09 11:44:10 +01:00
util.hpp Move all query related exceptions to a single file 2017-03-15 14:13:14 +01:00