memgraph/cypher/ast
2016-01-28 00:29:38 +01:00
..
accessor.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
alias.hpp First implementation of delete query 2016-01-24 16:21:46 +01:00
ast_echo.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
ast_node.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
ast_visitor.hpp MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00
ast.hpp MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00
create.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
delete.hpp First implementation of delete query 2016-01-24 16:21:46 +01:00
distinct.hpp DISTINCT is now inside AST; tradeoff: [Return object with return list and distinct pointers -> query executor is going to be more complex] OR [ReturnList object and ReturnDistinct object -> lemon / LARL(1) syntax will be much more complex] 2016-01-18 00:41:54 +01:00
expr.hpp DISTINCT is now inside AST; tradeoff: [Return object with return list and distinct pointers -> query executor is going to be more complex] OR [ReturnList object and ReturnDistinct object -> lemon / LARL(1) syntax will be much more complex] 2016-01-18 00:41:54 +01:00
identifier.hpp First implementation of delete query 2016-01-24 16:21:46 +01:00
list.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
match.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
node.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
operators.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
pattern.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
property.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
queries.hpp MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00
relationship.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
return.hpp DISTINCT is now inside AST; tradeoff: [Return object with return list and distinct pointers -> query executor is going to be more complex] OR [ReturnList object and ReturnDistinct object -> lemon / LARL(1) syntax will be much more complex] 2016-01-18 00:41:54 +01:00
set.hpp MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00
start.hpp MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00
tree.hpp cypher compiler and Ast are now wrapped inside the query engine 2016-01-28 00:29:38 +01:00
values.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00
where.hpp ifndef are replaced with the pragma once 2015-12-07 21:51:55 +01:00