#pragma once #include namespace DB { void writeParenthesisedString(const String & s, WriteBuffer & buf); }