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