memgraph/src/database
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
..
indexes IndexInfo function added 2017-09-16 14:09:35 +02:00
creation_exception.hpp Merge utils/exceptions into single file 2017-04-20 16:53:21 +02:00
dbms.cpp Move dbms to database 2017-07-12 12:44:11 +02:00
dbms.hpp Rename Executioner to Executor 2017-09-07 15:13:17 +02:00
graph_db_accessor.cpp IndexInfo function added 2017-09-16 14:09:35 +02:00
graph_db_accessor.hpp IndexInfo function added 2017-09-16 14:09:35 +02:00
graph_db_datatypes.hpp Make GraphDbTypes const 2017-06-12 15:24:30 +02:00
graph_db.cpp Crash with a meaningful message when the snapshot directory is a file. 2017-09-03 20:39:19 +02:00
graph_db.hpp Counter function added 2017-09-13 17:09:12 +02:00