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

Method execute

src/Disks/IO/ThreadPoolReader.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253IAsynchronousReader::Result ThreadPoolReader::execute(Request /* request */)
254{
255 throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Method `execute` not implemented for ThreadpoolReader");
256}
257
258void ThreadPoolReader::wait()
259{

Callers 11

readSyncMethod · 0.45
getTableImplMethod · 0.45
getTableImplMethod · 0.45
createTableFromASTFunction · 0.45
getTableImplMethod · 0.45
recoverLostReplicaMethod · 0.45
attachTableMethod · 0.45

Calls 1

ExceptionClass · 0.70

Tested by

no test coverage detected