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

Method rethrow

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

Source from the content-addressed store, hash-verified

381
382 LocalFormatError * clone() const override { return new LocalFormatError(*this); }
383 void rethrow() const override { throw *this; } /// NOLINT(cert-err60-cpp)
384};
385
386/// Wrapper for write buffer to execute callback before flush.

Callers 6

receiveHelloMethod · 0.45
getTablesStatusMethod · 0.45
executeMultiQueryMethod · 0.45
fetchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected