MCPcopy 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
7999std::shared_ptr<AsyncReadCounters> Context::getAsyncReadCounters() const
8000{
8001 return async_read_counters;
8002}
8003
8004bool Context::canUseTaskBasedParallelReplicas() const
8005{

Callers 5

createPrefetchedTaskMethod · 0.80
createReadBufferFunction · 0.80
prepareReadMethod · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by 1

runFunction · 0.64