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

Method isInternalSubquery

src/Interpreters/Context.cpp:3522–3526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3520}
3521
3522bool Context::isInternalSubquery() const
3523{
3524 auto ptr = query_context.lock();
3525 return ptr && ptr.get() != this;
3526}
3527
3528ContextMutablePtr Context::getSessionContext() const
3529{

Callers 5

dropTableImplMethod · 0.80
DatabaseAtomic.cppFile · 0.80
commitCreateTableMethod · 0.80
commitAlterTableMethod · 0.80
checkDigestValidMethod · 0.80

Calls 2

lockMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected