MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / formatString

Function formatString

src/Common/FieldVisitorToJSONElement.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11static inline String formatString(const String & x)
12{
13 WriteBufferFromOwnString wb;
14 writeJSONString(x, wb, FormatSettings{});
15 return wb.str();
16}
17
18template <typename T>
19static inline String formatAsString(T x)

Callers 4

stringifyMethod · 0.85
keyMethod · 0.85
valueMethod · 0.85
operator()Method · 0.85

Calls 2

writeJSONStringFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected