memgraph/src/expr
Kostas Kyrimis 59c7d81ae8
[🍍 < T1086-MG] Test distributed operators e2e (#607)
* Fix Explain queries
* Add Vertex/Edge accessor support for properties
* Fix projections
* Fix expansions to fetch destination vertex properties
* Fix improper use of ShardMap on bolt and replaced it with the ShardRequestManager 
* Add NameToId mappers on ShardRequestManager
* Add e2e tests for operators
* Fix OPTIONAL MATCH
2022-10-31 11:52:20 +02:00
..
ast Add filter to scan all (#575) 2022-10-12 11:46:59 +02:00
interpret [🍍 < T1086-MG] Test distributed operators e2e (#607) 2022-10-31 11:52:20 +02:00
semantic Implement expression evaluator library (#486) 2022-09-07 18:15:32 +03:00
ast.hpp [🍍 < T1086-MG] Test distributed operators e2e (#607) 2022-10-31 11:52:20 +02:00
CMakeLists.txt Implement expression evaluator library (#486) 2022-09-07 18:15:32 +03:00
exceptions.hpp Implement expression evaluator in storage v3 (#534) 2022-09-21 17:26:55 +02:00
parsing.cpp Implement expression evaluator library (#486) 2022-09-07 18:15:32 +03:00
parsing.hpp Implement expression evaluator library (#486) 2022-09-07 18:15:32 +03:00
typed_value_exception.hpp Implement filtering capabilities for ScanAll (#578) 2022-10-19 16:09:00 +02:00
typed_value.hpp Implement filtering capabilities for ScanAll (#578) 2022-10-19 16:09:00 +02:00