MCPcopy 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
521void QueryStatus::ExecutorHolder::cancel()
522{
523 std::lock_guard lock(mutex);
524 if (executor)
525 executor->cancel();
526}
527
528void QueryStatus::ExecutorHolder::remove()
529{

Callers 6

executeASTFuzzerQueriesFunction · 0.45
cancelQueryMethod · 0.45
executeMethod · 0.45
executeImplMethod · 0.45
cancelImplMethod · 0.45
processDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected