MCPcopy 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
849void RemoteQueryExecutor::cancel()
850{
851 LockAndBlocker guard(was_cancelled_mutex);
852 cancelUnlocked();
853}
854
855void RemoteQueryExecutor::cancelUnlocked()
856{

Callers 2

~RemoteQueryExecutorMethod · 0.45
tryCancelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected