ClickHouse/src/Dictionaries/writeParenthesisedString.h
2020-04-03 18:14:31 +03:00

12 lines
132 B
C++

#pragma once
#include <IO/WriteHelpers.h>
namespace DB
{
void writeParenthesisedString(const String & s, WriteBuffer & buf);
}