Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ cancel
Method
cancel
src/Interpreters/ProcessList.cpp:521–526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
}
520
521
void QueryStatus::ExecutorHolder::cancel()
522
{
523
std::lock_guard lock(mutex);
524
if (executor)
525
executor->cancel();
526
}
527
528
void QueryStatus::ExecutorHolder::remove()
529
{
Callers
6
executeASTFuzzerQueries
Function · 0.45
cancelQuery
Method · 0.45
execute
Method · 0.45
executeImpl
Method · 0.45
cancelImpl
Method · 0.45
processData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected