memgraph/src/storage
Dominik Gleich 8c7ed8c186 Add edge_types indexes.
Summary: Refactor label_index. Also add edge_type indexes.

Reviewers: mislav.bradac, florijan

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D217
2017-04-05 17:23:12 +02:00
..
garbage clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
locking clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
writer clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
edge_accessor.cpp Add edge_types indexes. 2017-04-05 17:23:12 +02:00
edge_accessor.hpp Storage::EdgeAccessor::set_edge_type removed 2017-04-04 16:58:30 +02:00
edge.hpp Initial version of mvcc_gc. 2017-03-29 12:38:24 +02:00
garbage_collector.hpp Fix config include in GC. This somehow breaks integration_query_engine. Argh. 2017-03-31 16:59:24 +02:00
property_value_store.hpp Query::Plan - Set logical ops implementation and testing. PropertyValueStore set() overriden to handle Null values as a removal instead of setting them. PropertyValueStore.clear() function added. 2017-03-29 08:51:12 +02:00
property_value_utils.hpp int -> int64_t in in Typed and PropertyValue 2017-03-09 11:44:10 +01:00
property_value.cpp int -> int64_t in in Typed and PropertyValue 2017-03-09 11:44:10 +01:00
property_value.hpp int -> int64_t in in Typed and PropertyValue 2017-03-09 11:44:10 +01:00
record_accessor.cpp Storage::RecordAccessor - added multiple pointers to RecordAcessors and switching capabilities. Rewired GraphDbAccessor and VersionList accordingly. Added tests for new RecordAccessor functions. 2017-04-03 12:29:56 +02:00
record_accessor.hpp Storage::RecordAccessor - added multiple pointers to RecordAcessors and switching capabilities. Rewired GraphDbAccessor and VersionList accordingly. Added tests for new RecordAccessor functions. 2017-04-03 12:29:56 +02:00
unique_object_store.hpp clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
util.hpp Query - Logical - Delete op added and tested. Minor refactors. 2017-03-27 14:57:44 +02:00
vertex_accessor.cpp Add edge_types indexes. 2017-04-05 17:23:12 +02:00
vertex_accessor.hpp Storage::RecordAccessor - added multiple pointers to RecordAcessors and switching capabilities. Rewired GraphDbAccessor and VersionList accordingly. Added tests for new RecordAccessor functions. 2017-04-03 12:29:56 +02:00
vertex.hpp Initial version of mvcc_gc. 2017-03-29 12:38:24 +02:00