Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ disconnect
Method
disconnect
src/Client/Connection.cpp:424–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
422
423
424
void Connection::disconnect()
425
{
426
in.reset();
427
last_input_packet_type.reset();
428
429
// no point to finalize tcp connections
430
cancel();
431
}
432
433
434
void Connection::sendHello()
Callers
13
refresh
Method · 0.45
dispose
Method · 0.45
tryToReconnect
Method · 0.45
fuzzLoopReconnect
Method · 0.45
execute
Method · 0.45
_registerIntersectionObserver
Method · 0.45
generate
Method · 0.45
RemoteQueryExecutor
Method · 0.45
~RemoteQueryExecutor
Method · 0.45
~RemoteInserter
Method · 0.45
run
Method · 0.45
resetResult
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected