Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ cancel
Method
cancel
src/QueryPipeline/RemoteQueryExecutor.cpp:849–853 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
847
}
848
849
void RemoteQueryExecutor::cancel()
850
{
851
LockAndBlocker guard(was_cancelled_mutex);
852
cancelUnlocked();
853
}
854
855
void RemoteQueryExecutor::cancelUnlocked()
856
{
Callers
2
~RemoteQueryExecutor
Method · 0.45
tryCancel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected