Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ readUUIDText
Function
readUUIDText
src/IO/ReadHelpers.h:770–773 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
768
}
769
770
inline void readUUIDText(UUID & uuid, ReadBuffer & buf)
771
{
772
readUUIDTextImpl<void>(uuid, buf);
773
}
774
775
inline bool tryReadUUIDText(UUID & uuid, ReadBuffer & buf)
776
{
Callers
9
fetchSelectedPart
Method · 0.85
readText
Function · 0.85
readQuoted
Function · 0.85
deserialize
Method · 0.85
insertString
Function · 0.85
parseUUID
Function · 0.85
readListFile
Function · 0.85
loadServerUUID
Function · 0.85
ToDateTime64TransformUnsigned
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected