memgraph/src/query
Teon Banek d9500337f2 Add planning Delete operation
Reviewers: florijan, mislav.bradac

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D188
2017-03-27 16:30:35 +02:00
..
backend/cpp Implement expression evaluation 2017-03-24 17:44:05 +01:00
frontend Add planning Delete operation 2017-03-27 16:30:35 +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 Query - Logical - Delete op added and tested. Minor refactors. 2017-03-27 14:57:44 +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