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

Function if

src/Interpreters/executeQuery.cpp:1959–1962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1957 implicit_tcl_executor->rollback(context);
1958 }
1959 else if (auto txn = context->getCurrentTransaction())
1960 {
1961 txn->onException();
1962 }
1963
1964 /// If a query with internal query fails, only add one error to the quota.
1965 if (!internal)

Callers 8

executeQueryImplFunction · 0.70
apply_snapshotMethod · 0.50
TYPED_TESTFunction · 0.50
initMethod · 0.50
ColumnVector.cppFile · 0.50

Calls 2

getCurrentTransactionMethod · 0.80
onExceptionMethod · 0.45

Tested by 1

TYPED_TESTFunction · 0.40