Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ tryGet
Method
tryGet
src/DataTypes/DataTypeCache.cpp:39–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
ASTPtr DataTypeCache::tryGet(const String & key) const
40
{
41
auto it = cells.find(key);
42
if (it == cells.end())
43
return nullptr;
44
return it->second;
45
}
46
}
Callers
7
initAndCheckTask
Method · 0.45
tryConnectToZooKeeperAndInitDatabase
Method · 0.45
updateResyncTables
Method · 0.45
initializeMaterializedMySQL
Method · 0.45
prepareSynchronized
Method · 0.45
buildConfigurationFromFunctionWithKeyValueArguments
Function · 0.45
get
Method · 0.45
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected