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

Function readString

src/IO/ReadHelpers.cpp:375–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373template void readNullTerminated<String>(String & s, ReadBuffer & buf);
374
375void readString(String & s, ReadBuffer & buf)
376{
377 s.clear();
378 readStringInto(s, buf);
379}
380
381void readString(String & s, ReadBuffer & buf, size_t n)
382{

Callers 15

processLogFunction · 0.85
loadMethod · 0.85
deserializeMethod · 0.85
readV2Method · 0.85
readMethod · 0.85
readRecordFunction · 0.85
readTextMethod · 0.85
Operators.hFile · 0.85
loadEmotionalDictMethod · 0.85

Calls 5

readStringIntoFunction · 0.85
clearMethod · 0.45
resizeMethod · 0.45
readMethod · 0.45
dataMethod · 0.45

Tested by 4

TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68