memgraph/src/query
florijan 3cf81380b8 Implement vertex/edge serialization
Summary:
Serialization of vertices and edges for distributed. Based on Boost
serialization. Threrefore moved TypedValue serialization from AST to
utils.

Reviewers: buda, dgleich, teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1088
2018-01-10 13:32:18 +01:00
..
frontend Implement vertex/edge serialization 2018-01-10 13:32:18 +01:00
interpret Serialize Ast classes 2017-12-20 13:28:34 +01:00
plan Make interpretation pullable 2017-12-22 15:19:05 +01:00
common.cpp Add error messsage for large integer literals 2017-11-20 14:33:40 +01:00
common.hpp Add query parameters support 2017-07-19 18:44:59 +02:00
console.cpp Make interpretation pullable 2017-12-22 15:19:05 +01:00
console.hpp Make interpretation pullable 2017-12-22 15:19:05 +01:00
context.hpp Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
exceptions.hpp Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
interpreter.cpp Fix interpreter plan ownership 2017-12-27 13:33:13 +01:00
interpreter.hpp Fix interpreter plan ownership 2017-12-27 13:33:13 +01:00
parameters.hpp Replace debug_assert, permanent_assert with DCHECK/CHECK 2017-10-11 14:43:32 +02:00
path.hpp Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
typed_value.cpp Refactor global ids and prepare for distributed 2017-12-05 13:05:55 +01:00
typed_value.hpp POC - Typed value assignment for different types. 2017-11-02 14:21:22 +01:00