MCPcopy 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
658void ASTCreateQuery::generateRandomUUIDs()
659{
660 CreateQueryUUIDs{*this, /* generate_random= */ true}.copyToQuery(*this);
661}
662
663void ASTCreateQuery::resetUUIDs()
664{

Callers 2

assertOrSetUUIDMethod · 0.80
prepareOnClusterQueryMethod · 0.80

Calls 1

copyToQueryMethod · 0.45

Tested by

no test coverage detected