Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ SearchCatCache1
Function
SearchCatCache1
src/backend/utils/cache/catcache.c:1219–1224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1217
*/
1218
1219
HeapTuple
1220
SearchCatCache1(CatCache *cache,
1221
Datum v1)
1222
{
1223
return SearchCatCacheInternal(cache, 1, v1, 0, 0, 0);
1224
}
1225
1226
1227
HeapTuple
Callers
1
SearchSysCache1
Function · 0.85
Calls
1
SearchCatCacheInternal
Function · 0.85
Tested by
no test coverage detected