0fcda94162
Summary: Hardcoded query infrastructure - first concrete version - USEFUL FOR: POCs & pilots Test Plan: manual + jenkins Reviewers: sale, florijan Reviewed By: florijan Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D45
9 lines
204 B
C++
9 lines
204 B
C++
#pragma once
|
|
|
|
// #include "communication/communication.hpp"
|
|
// using Stream = communication::OutputStream;
|
|
|
|
// TODO: modular
|
|
#include "../stream/print_record_stream.hpp"
|
|
using Stream = PrintRecordStream;
|