mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 12:32:04 +00:00
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);
|
|
|
|
|
|
}
|