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

Method readPayloadWithUnpacked

src/Core/MySQL/IMySQLReadPacket.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void IMySQLReadPacket::readPayloadWithUnpacked(ReadBuffer & in)
32{
33 readPayloadImpl(in);
34}
35
36void LimitedReadPacket::readPayload(ReadBuffer &in, uint8_t &sequence_id)
37{

Callers 4

finishHandshakeMethod · 0.80
comFieldListMethod · 0.80
finishHandshakeSSLMethod · 0.80
readPayloadImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected