ClickHouse/dbms/include/DB/Dictionaries/writeParenthesisedString.h
2016-05-29 04:36:19 +03:00

14 lines
137 B
C++

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