memgraph/src
Josip Seljan f7f861ca71
Add plan for label+property indexed node where property is not null (#2)
Replace ScanAll + Filter with a ScanAll variant performing label and property
lookup.

Co-authored-by: jseljan <josip.seljan@memgraph.io>
2020-10-01 13:22:21 +02:00
..
audit Make audit a standalone library 2020-01-28 16:37:07 +01:00
auth Fix CentOS compilation 2020-04-06 16:01:35 +02:00
communication Remove unused CMake options 2020-02-05 14:52:22 +01:00
data_structures Remove leftover implementation required by the old storage 2020-03-02 12:45:18 +01:00
glue Remove MG_SINGLE_NODE_V2 define 2020-01-23 17:24:33 +01:00
io Remove Cap'n Proto 2019-05-08 10:51:10 +02:00
kvstore Remove wrongly committed TODO 2020-01-27 11:49:59 +01:00
lisp Move RPC to root source directory 2020-01-27 11:50:24 +01:00
py Remove internal mgp.py file from Python traceback 2020-03-31 15:49:06 +02:00
query Add plan for label+property indexed node where property is not null (#2) 2020-10-01 13:22:21 +02:00
requests Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
rpc Add request streaming support to the RPC client 2020-08-14 16:19:48 +02:00
slk Add request streaming support to the RPC client 2020-08-14 16:19:48 +02:00
storage/v2 Allow inheritance of storage durability decoder 2020-08-17 11:12:59 +02:00
telemetry Move KVStore to root source directory 2020-01-24 16:01:51 +01:00
utils Improve SLK 2020-08-14 15:27:20 +02:00
CMakeLists.txt Install and setup loading Python Query Modules 2020-03-11 10:24:53 +01:00
helpers.hpp Implement storage lock 2020-03-13 19:27:01 +01:00
memgraph.cpp Add support for rescanning query modules 2020-05-13 21:33:28 +02:00
mg_import_csv.cpp Implement storage lock 2020-03-13 19:27:01 +01:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00