memgraph/src/expr
gvolfing 39b40ecf00 Extend the Error enum instead of a separate type
The error representing that a vertex is already inserted into the
skip-list was represented by the struct AlreadyInseertedElement. Instead
of using that struct, extend the memgraph::storage::v3::Error scoped
enum and use that to represent the double-insertion error.
2022-11-07 10:00:34 +01:00
..
ast Add filter to scan all (#575) 2022-10-12 11:46:59 +02:00
interpret Extend the Error enum instead of a separate type 2022-11-07 10:00:34 +01: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