mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 19:14:30 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
12 lines
132 B
C++
12 lines
132 B
C++
#pragma once
|
|
|
|
#include <IO/WriteHelpers.h>
|
|
|
|
|
|
namespace DB
|
|
{
|
|
void writeParenthesisedString(const String & s, WriteBuffer & buf);
|
|
|
|
|
|
}
|