memgraph/src/expr
gvolfing 85b8ce9101
Implement filtering capabilities for ScanAll (#578)
ScanVerticesrequest was not able to utilize filtering capabilities
before. With these modification it is now able to filter the scanned
vertices based on the filter_expressions field in the
ScanVerticesRequest message type.
2022-10-19 16:09:00 +02:00
..
ast Add filter to scan all (#575) 2022-10-12 11:46:59 +02:00
interpret Implement query engine client (#531) 2022-09-22 15:05:43 +02:00
semantic Implement expression evaluator library (#486) 2022-09-07 18:15:32 +03:00
ast.hpp Implement expression evaluator library (#486) 2022-09-07 18:15:32 +03: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