memgraph/tests/integration/hardcoded_query/using.hpp

9 lines
204 B
C++
Raw Normal View History

#pragma once
// #include "communication/communication.hpp"
// using Stream = communication::OutputStream;
// TODO: modular
#include "../stream/print_record_stream.hpp"
using Stream = PrintRecordStream;