Move typed_value to query top level and namespace it

Summary:
Upgraded old uses of TypedValue.
Also, implemented operator<< for EdgeAccessor and VertexAccessor.

Reviewers: buda, florijan, mislav.bradac, mferencevic

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D251
This commit is contained in:
Teon Banek
2017-04-10 12:22:48 +02:00
parent b7ee09785b
commit 804d0b09b9
41 changed files with 225 additions and 193 deletions

View File

@@ -4,7 +4,9 @@
#include "communication/bolt/v1/encoder/encoder.hpp"
#include "database/graph_db.hpp"
#include "database/graph_db_accessor.hpp"
#include "query/backend/cpp/typed_value.hpp"
#include "query/typed_value.hpp"
using query::TypedValue;
/**
* TODO (mferencevic): document