Files
memgraph/tests/unit
Marko Culinovic 4b9970ccf8 Save and load pointers in ast capnp serialization
Summary:
Pointers in AstTreeStorage can point to same nodes. These nodes
should be serialized(saved) only once when serializing Ast tree.
Same goes for deserializing(loading).
When deserializing nodes, one should not use storage Create method,
because it will add node which isn't completely loaded to storage vector.
Therefore, one should use new Deserialize method which doesn't
add node to storage vector. Inserting node into storage vector
is defered until all node data is loaded.

Pass pointer to saved uids set, instead of storage

Delete unused set

Reviewers: teon.banek, msantl

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1344
2018-05-04 09:50:34 +02:00
..
2018-04-11 10:08:20 +02:00
2018-01-19 14:52:05 +01:00
2018-02-22 12:34:48 +01:00
2018-04-04 10:25:25 +02:00
2018-04-16 15:16:04 +02:00
2018-04-04 10:25:25 +02:00
2017-12-28 11:04:52 +01:00
2018-01-17 10:35:12 +01:00
2017-10-19 12:58:23 +02:00
2017-10-19 12:58:23 +02:00
2018-01-15 15:47:37 +01:00
2018-01-16 15:38:12 +01:00
2018-01-24 15:27:40 +01:00
2018-03-13 15:16:50 +01:00
2018-04-05 10:58:59 +02:00
2017-10-12 16:35:39 +02:00
2017-12-18 14:36:15 +01:00
2018-01-12 16:47:24 +01:00
2017-12-14 09:44:21 +01:00
2018-03-21 09:55:04 +01:00
2018-01-12 16:47:24 +01:00
2018-01-15 15:47:37 +01:00
2017-12-04 13:46:56 +01:00