Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ generateRandomUUIDs
Method
generateRandomUUIDs
src/Parsers/ASTCreateQuery.cpp:658–661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
void ASTCreateQuery::generateRandomUUIDs()
659
{
660
CreateQueryUUIDs{*this, /* generate_random= */ true}.copyToQuery(*this);
661
}
662
663
void ASTCreateQuery::resetUUIDs()
664
{
Callers
2
assertOrSetUUID
Method · 0.80
prepareOnClusterQuery
Method · 0.80
Calls
1
copyToQuery
Method · 0.45
Tested by
no test coverage detected