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

Function parseUUID

src/Access/ZooKeeperReplicator.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static UUID parseUUID(const String & text)
44{
45 UUID uuid = UUIDHelpers::Nil;
46 auto buffer = ReadBufferFromMemory(text.data(), text.length());
47 readUUIDText(uuid, buffer);
48 return uuid;
49}
50
51static String formatEntityNameWithType(AccessEntityType type, const String & name)
52{

Callers 2

insertZooKeeperMethod · 0.70
refreshEntitiesMethod · 0.70

Calls 4

readUUIDTextFunction · 0.85
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected