memgraph/storage
Dominik Tomičević 3654aeff86 fixed query hashes
2016-03-20 08:56:20 +01:00
..
indexes Merged record accessor 2016-02-12 18:43:56 +01:00
locking record accessor, indexes and cursors 2016-01-02 12:20:51 +01:00
model demo hack 2016-03-12 20:16:19 +01:00
writer First runnable version of insert with the VertexProxy object 2015-12-20 14:00:07 +01:00
common.hpp RecordProxy class + VertexProxy and EdgeProxy. The main purpose of those Proxy objects is to control the process of updating the Index 2015-12-12 19:06:59 +01:00
cursor.hpp Merged record accessor 2016-02-12 18:43:56 +01:00
edge_accessor.hpp fixed query hashes 2016-03-20 08:56:20 +01:00
edge.hpp Basic CREATE query works (e.g. CREATE (n {age:25, name:"test"}) RETURN n) 2016-02-21 22:21:15 +01:00
edges.hpp demo hack 2016-03-12 20:16:19 +01:00
graph.hpp demo hack 2016-03-12 20:16:19 +01:00
label_store.hpp record accessor, indexes and cursors 2016-01-02 12:20:51 +01:00
record_accessor.hpp memgraph demo transactional endpoint 2016-03-13 15:39:15 +01:00
vertex_accessor.hpp demo hack 2016-03-12 20:16:19 +01:00
vertex.hpp Basic CREATE query works (e.g. CREATE (n {age:25, name:"test"}) RETURN n) 2016-02-21 22:21:15 +01:00
vertices.hpp demo hack 2016-03-12 20:16:19 +01:00