MCPcopy Create free account
hub / github.com/ByConity/ByConity / getUUID

Function getUUID

src/Statistics/AutoStatsTaskLogHelper.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13
14static inline UUID getUUID(const ColumnPtr & col_base, UInt64 row)
15{
16 auto col = static_cast<const ColumnUUID *>(col_base.get());
17 return col->getElement(row);
18}
19
20static inline std::vector<String> getVectorString(const ColumnPtr & col_base, UInt64 row)
21{

Callers 14

iterateMetadataFilesMethod · 0.85
detachTableUnlockedMethod · 0.85
shutdownMethod · 0.85
createTableMethod · 0.85
dropTableMethod · 0.85
renameDatabaseMethod · 0.85
bgJobIsActiveMethod · 0.85
applySettingsChangesMethod · 0.85
getStorageIDMethod · 0.85

Calls 2

getElementMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected