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

Function writeText

src/Core/Field.cpp:374–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void writeText(const Array & x, WriteBuffer & buf)
375{
376 String res = applyVisitor(FieldVisitorToString(), Field(x));
377 buf.write(res.data(), res.size());
378}
379
380void readBinary(Tuple & x, ReadBuffer & buf)
381{

Callers

nothing calls this directly

Calls 10

applyVisitorFunction · 0.85
writeFieldTextFunction · 0.85
FieldClass · 0.70
ExceptionClass · 0.50
writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
isNegativeInfinityMethod · 0.45
isPositiveInfinityMethod · 0.45

Tested by

no test coverage detected