..
frontend
Implement STARTS WITH, ENDS WITH, CONTAINS
2017-05-19 19:28:06 +02:00
interpret
Implement STARTS WITH, ENDS WITH, CONTAINS
2017-05-19 19:28:06 +02:00
plan
Add ScanAllByLabel operator.
2017-05-22 09:28:42 +02:00
common.hpp
Query::StateSwitch added
2017-04-25 15:54:30 +02:00
console.cpp
Query::AST::Literal refactor. Repl and TypedValue mods.
2017-04-28 14:58:16 +02:00
console.hpp
Query - REPL fixes
2017-03-24 09:50:53 +01:00
context.hpp
Query::Context - removed some junk
2017-04-13 16:49:18 +02:00
engine.hpp
Merge utils/exceptions
into single file
2017-04-20 16:53:21 +02:00
exceptions.hpp
Merge utils/exceptions
into single file
2017-04-20 16:53:21 +02:00
interpreter.hpp
Plan '*' in RETURN and WITH
2017-05-12 13:05:40 +01:00
parameters.hpp
Move typed_value to query top level and namespace it
2017-04-11 08:50:46 +02:00
plan_compiler.hpp
Merge string utils to one file
2017-04-18 17:39:58 +02: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
Move typed_value to query top level and namespace it
2017-04-11 08:50:46 +02: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
typed_value.cpp
Query::AST::Literal refactor. Repl and TypedValue mods.
2017-04-28 14:58:16 +02:00
typed_value.hpp
Merge utils/exceptions
into single file
2017-04-20 16:53:21 +02:00