memgraph/src
florijan 48e446688f IndexInfo function added
Summary:
- Keys() functions in the indices can't be const because ConcurrentMap doesn't provide const accessors (and they are broken in skiplist) :D
- no cucumber tests because many tests create indices so it's hard to say what's inside and what not

Reviewers: buda, mislav.bradac

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D797
2017-09-16 14:09:35 +02:00
..
communication Start work on parallel benchmark 2017-09-12 16:58:21 +02:00
data_structures Rename Executioner to Executor 2017-09-07 15:13:17 +02:00
database IndexInfo function added 2017-09-16 14:09:35 +02:00
durability First version of bolt cpp client. 2017-08-24 17:44:44 +02:00
io/network Start work on parallel benchmark 2017-09-12 16:58:21 +02:00
mvcc Make some members private in CommitLog 2017-07-12 14:58:34 +02:00
query IndexInfo function added 2017-09-16 14:09:35 +02:00
storage PropertyValueStore - remove Accept function (never used, never will be) 2017-09-13 10:11:55 +02:00
threading Migrate timer to use walltime, instead of cputime 2017-07-17 13:42:44 +02:00
transactions Fix bug in lock store 2017-07-29 17:48:34 +02:00
traversal Move unused datastructures to poc 2017-07-10 12:03:11 +02:00
utils Use EdgeType in Expand and ExpandVariable 2017-09-11 11:16:04 +02:00
copy_hardcoded_queries.cpp Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
memgraph_bolt.cpp Fail if MEMGRAPH_CONFIG path exists 2017-09-11 15:38:05 +02:00