memgraph/cypher/query/write
2016-01-25 21:22:12 +01:00
..
create-return.cypher 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
create.cypher MATCH ... SET ... RETURN clause 2016-01-25 21:22:12 +01:00