Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ SearchCatCache2
Function
SearchCatCache2
src/backend/utils/cache/catcache.c:1227–1232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1225
1226
1227
HeapTuple
1228
SearchCatCache2(CatCache *cache,
1229
Datum v1, Datum v2)
1230
{
1231
return SearchCatCacheInternal(cache, 2, v1, v2, 0, 0);
1232
}
1233
1234
1235
HeapTuple
Callers
1
SearchSysCache2
Function · 0.85
Calls
1
SearchCatCacheInternal
Function · 0.85
Tested by
no test coverage detected