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

Method read

src/Server/DistributedQuery/StreamingExchangeProtocol.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void SinkHelloBody::read(ReadBuffer & in)
38{
39 readIntBinary(sink_version, in);
40}
41
42void SinkHelloBody::write(WriteBuffer & out) const
43{

Callers 3

receiveHelloMethod · 0.45
tryGenerateMethod · 0.45

Calls 1

readIntBinaryFunction · 0.85

Tested by 1