Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getAsyncReadCounters
Method
getAsyncReadCounters
src/Interpreters/Context.cpp:7999–8002 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7997
}
7998
7999
std::shared_ptr<AsyncReadCounters> Context::getAsyncReadCounters() const
8000
{
8001
return async_read_counters;
8002
}
8003
8004
bool Context::canUseTaskBasedParallelReplicas() const
8005
{
Callers
5
createPrefetchedTask
Method · 0.80
createReadBuffer
Function · 0.80
prepareRead
Method · 0.80
addStatusInfoToQueryLogElement
Function · 0.80
run
Function · 0.80
Calls
no outgoing calls
Tested by
1
run
Function · 0.64