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

Function readStringInto

src/IO/ReadHelpers.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315template <typename Vector>
316void readStringInto(Vector & s, ReadBuffer & buf)
317{
318 readStringUntilCharsInto<'\t', '\n'>(s, buf);
319}
320
321template <typename Vector>
322void readStringUntilWhitespaceInto(Vector & s, ReadBuffer & buf)

Callers 4

readStringFunction · 0.85
updateMethod · 0.85
skipFieldMethod · 0.85
skipFieldByEscapingRuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected