MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / clone

Method clone

src/Client/ClientBase.cpp:382–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 using Exception::Exception;
381
382 LocalFormatError * clone() const override { return new LocalFormatError(*this); }
383 void rethrow() const override { throw *this; } /// NOLINT(cert-err60-cpp)
384};
385

Callers 7

sendQueryMethod · 0.45
pollMethod · 0.45
receivePacketMethod · 0.45
parseQueryMethod · 0.45
analyzeMultiQueryTextMethod · 0.45
runInteractiveMethod · 0.45
CONV_FNFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected