Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3522
bool Context::isInternalSubquery() const
3523
{
3524
auto ptr = query_context.lock();
3525
return ptr && ptr.get() != this;
3526
}
3527
3528
ContextMutablePtr Context::getSessionContext() const
3529
{
Callers
5
dropTableImpl
Method · 0.80
DatabaseAtomic.cpp
File · 0.80
commitCreateTable
Method · 0.80
commitAlterTable
Method · 0.80
checkDigestValid
Method · 0.80
Calls
2
lock
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected