mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
14 lines
137 B
C++
14 lines
137 B
C++
#pragma once
|
|
|
|
#include <DB/IO/WriteHelpers.h>
|
|
|
|
|
|
namespace DB
|
|
{
|
|
|
|
|
|
void writeParenthesisedString(const String & s, WriteBuffer & buf);
|
|
|
|
|
|
}
|