1 | #pragma once |
---|---|
2 | |
3 | #include <IO/WriteHelpers.h> |
4 | |
5 | |
6 | namespace DB |
7 | { |
8 | void writeParenthesisedString(const String & s, WriteBuffer & buf); |
9 | |
10 | |
11 | } |
12 |
1 | #pragma once |
---|---|
2 | |
3 | #include <IO/WriteHelpers.h> |
4 | |
5 | |
6 | namespace DB |
7 | { |
8 | void writeParenthesisedString(const String & s, WriteBuffer & buf); |
9 | |
10 | |
11 | } |
12 |