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

Function readString

src/IO/ReadHelpers.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268template void readNullTerminated<String>(String & s, ReadBuffer & buf);
269
270void readString(String & s, ReadBuffer & buf)
271{
272 s.clear();
273 readStringInto(s, buf);
274}
275
276template void readStringInto<PaddedPODArray<UInt8>>(PaddedPODArray<UInt8> & s, ReadBuffer & buf);
277template void readStringInto<String>(String & s, ReadBuffer & buf);

Callers 15

Operators.hFile · 0.70
processLogFunction · 0.50
readV2Method · 0.50
readMethod · 0.50
readRecordFunction · 0.50
deserializeColumnsMethod · 0.50
loadEmotionalDictMethod · 0.50
getCpuUsageInfoMethod · 0.50

Calls 2

readStringIntoFunction · 0.85
clearMethod · 0.45

Tested by 3

TESTFunction · 0.40
TYPED_TESTFunction · 0.40
TESTFunction · 0.40