Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ hasInnerUUIDs
Method
hasInnerUUIDs
src/Parsers/ASTCreateQuery.cpp:690–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
688
}
689
690
bool ASTCreateQuery::hasInnerUUIDs() const
691
{
692
if (targets)
693
return targets->hasInnerUUIDs();
694
return false;
695
}
696
697
ASTStorage * ASTCreateQuery::getTargetInnerEngine(ViewTarget::Kind target_kind) const
698
{
Callers
1
assertOrSetUUID
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected