ClickHouse/dbms/src/Dictionaries/writeParenthesisedString.h

14 lines
134 B
C++

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