Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void SinkHelloBody::read(ReadBuffer & in)
38
{
39
readIntBinary(sink_version, in);
40
}
41
42
void SinkHelloBody::write(WriteBuffer & out) const
43
{
Callers
3
receiveHello
Method · 0.45
tryGenerate
Method · 0.45
prepareSourceFileInNativeFormat
Function · 0.45
Calls
1
readIntBinary
Function · 0.85
Tested by
1
prepareSourceFileInNativeFormat
Function · 0.36