MCPcopy 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
424void 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
434void Connection::sendHello()

Callers 13

refreshMethod · 0.45
disposeMethod · 0.45
tryToReconnectMethod · 0.45
fuzzLoopReconnectMethod · 0.45
executeMethod · 0.45
generateMethod · 0.45
RemoteQueryExecutorMethod · 0.45
~RemoteQueryExecutorMethod · 0.45
~RemoteInserterMethod · 0.45
runMethod · 0.45
resetResultMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected