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

Function writeProbablyBackQuotedStringMySQL

src/IO/WriteHelpers.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void writeProbablyBackQuotedStringMySQL(std::string_view s, WriteBuffer & buf)
136{
137 writeProbablyQuotedStringImpl(s, buf, [](std::string_view s_, WriteBuffer & buf_) { writeBackQuotedStringMySQL(s_, buf_); });
138}
139
140void writePointerHex(const void * ptr, WriteBuffer & buf)
141{

Callers 1

writeIdentifierMethod · 0.85

Calls 2

Tested by

no test coverage detected