memgraph/src/query
Mislav Bradac a5a15673de TypedValue getters return references
Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D113
2017-03-13 17:09:05 +01:00
..
backend/cpp TypedValue getters return references 2017-03-13 17:09:05 +01:00
exception examples folder has been removed; src/test folder has been removed; the existing tests were moved to tests folder; StacktraceException has been introduced; query_plan_templated has been moved to query folder; hazard pointers have been deleted because they are not used any more 2017-02-18 18:03:48 +01:00
frontend Interpreter works! 2017-03-12 03:05:31 +01:00
context.cpp it compilesga -A! 2017-03-12 00:04:10 +01:00
context.hpp it compilesga -A! 2017-03-12 00:04:10 +01:00
engine.hpp it compilesga -A! 2017-03-12 00:04:10 +01:00
entry.hpp Interpreter works! 2017-03-12 03:05:31 +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 Generate flags for PlanCompiler via cmake 2017-03-10 18:21:31 +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 Static bitset with tests created. 2017-03-08 17:13:20 +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 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
stripper.cpp 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
stripper.hpp int -> int64_t in in Typed and PropertyValue 2017-03-09 11:44:10 +01:00
util.hpp For each hardcoded query plan there is a build target -> that will improve Memgraph's testability + update of release script (release/alpha.sh) 2017-02-28 19:00:59 +01:00