memgraph/src
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
..
audit Address review comments 2022-03-14 15:47:41 +01:00
auth Create schema DDL expressions 2022-07-11 09:20:15 +02:00
common Create schema DDL expressions 2022-07-11 09:20:15 +02:00
communication Integrate bolt server (#572) 2022-10-11 16:31:46 +02:00
coordinator Create ExpandOne request (#580) 2022-10-19 13:55:46 +02:00
data_structures Add memgraph namespace 2022-03-14 15:47:41 +01:00
expr Implement filtering capabilities for ScanAll (#578) 2022-10-19 16:09:00 +02:00
glue Implement filtering capabilities for ScanAll (#578) 2022-10-19 16:09:00 +02:00
integrations Add limit batches option to start stream query (#392) 2022-06-20 15:09:45 +03:00
io Make ShardRequestManager work with futures (#588) 2022-10-18 09:53:37 +02:00
kvstore Address review comments 2022-03-14 15:47:41 +01:00
lisp Address review comments 2022-03-14 15:47:41 +01:00
machine_manager Integrate bolt server (#572) 2022-10-11 16:31:46 +02:00
memory Correcting USE_JEMALLOC flag (#401) 2022-06-09 18:55:28 +02:00
parser Implement expression evaluator library (#486) 2022-09-07 18:15:32 +03:00
py Add memgraph namespace 2022-03-14 15:47:41 +01:00
query Implement filtering capabilities for ScanAll (#578) 2022-10-19 16:09:00 +02:00
requests Add memgraph namespace 2022-03-14 15:47:41 +01:00
rpc Address review comments 2022-03-14 15:47:41 +01:00
slk Remove ref from std::string_view (#215) 2022-06-21 17:18:43 +03:00
storage Implement filtering capabilities for ScanAll (#578) 2022-10-19 16:09:00 +02:00
telemetry Add memgraph namespace 2022-03-14 15:47:41 +01:00
utils Add proper transaction handling (#550) 2022-09-21 18:25:51 +02:00
CMakeLists.txt Integrate bolt server (#572) 2022-10-11 16:31:46 +02:00
helpers.hpp Add new memgraph licenses and move third party licenses (#248) 2021-10-03 12:26:48 +02:00
memgraph.cpp Create ExpandOne request (#580) 2022-10-19 13:55:46 +02:00
mg_import_csv.cpp Remove ref from std::string_view (#215) 2022-06-21 17:18:43 +03:00
version.hpp.in Add new memgraph licenses and move third party licenses (#248) 2021-10-03 12:26:48 +02:00