memgraph/query_engine
2016-02-10 23:34:49 +01:00
..
compiled first proposal of compile process 2016-02-10 23:34:49 +01:00
template first proposal of compile process 2016-02-10 23:34:49 +01:00
traverser first proposal of compile process 2016-02-10 23:34:49 +01:00
code_compiler.hpp first proposal of compile process 2016-02-10 23:34:49 +01:00
code_executor.hpp first proposal of compile process 2016-02-10 23:34:49 +01:00
code_generator.hpp first proposal of compile process 2016-02-10 23:34:49 +01:00
code_loader.hpp first proposal of compile process 2016-02-10 23:34:49 +01:00
compile.sh first proposal of compile process 2016-02-10 23:34:49 +01:00
i_code_cpu.hpp first proposal of compile process 2016-02-10 23:34:49 +01:00
main.cpp initial work on query engine, only rough draft of the first level of the arhitecture, implementation is still empty 2016-01-26 23:40:11 +01:00
memgraph_dynamic_lib.hpp big step forward, we are now able to pass Db into the shared library, next step is to implement CodeCompiler and CodeGenerator 2016-02-06 20:48:40 +01:00
query_engine.hpp big step forward, we are now able to pass Db into the shared library, next step is to implement CodeCompiler and CodeGenerator 2016-02-06 20:48:40 +01:00
query_result.hpp first proposal of compile process 2016-02-10 23:34:49 +01:00
query_stripper.hpp query engine can now generate, compile and run dummy code, everything is ready to generate code for dummy the query: CREATE (n {...}) RETURN n 2016-02-07 22:56:52 +01:00