memgraph/src/query
2017-03-24 14:17:32 +01:00
..
backend/cpp Implement opencypher to ast expression conversion 2017-03-23 16:46:15 +01:00
frontend Query - Logical - CreateNode now accepts an optional input. If provided, CreateNode creates a node for each successful Pull from input. If not provided, CreateNode creates a single node 2017-03-24 14:17:32 +01: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 Add basic type checking to SymbolGenerator 2017-03-22 10:49:52 +01:00
interpreter.hpp Query - Logical - CreateNode now accepts an optional input. If provided, CreateNode creates a node for each successful Pull from input. If not provided, CreateNode creates a single node 2017-03-24 14:17:32 +01: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