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

Method readPayloadImpl

src/Core/MySQL/PacketsProtocolText.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void ComFieldList::readPayloadImpl(ReadBuffer & payload)
76{
77 // Command byte has been already read from payload.
78 readNullTerminated(table, payload);
79 readStringUntilEOF(field_wildcard, payload);
80}
81
82ColumnDefinition::ColumnDefinition()
83 : character_set(0x00), column_length(0), column_type(MYSQL_TYPE_DECIMAL), flags(0x00)

Callers

nothing calls this directly

Calls 6

readStringUntilEOFFunction · 0.85
readLengthEncodedStringFunction · 0.85
readLengthEncodedNumberFunction · 0.85
readNullTerminatedFunction · 0.50
readStrictMethod · 0.45
ignoreMethod · 0.45

Tested by

no test coverage detected