Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ SearchCatCache3
Function
SearchCatCache3
src/backend/utils/cache/catcache.c:1235–1240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1233
1234
1235
HeapTuple
1236
SearchCatCache3(CatCache *cache,
1237
Datum v1, Datum v2, Datum v3)
1238
{
1239
return SearchCatCacheInternal(cache, 3, v1, v2, v3, 0);
1240
}
1241
1242
1243
HeapTuple
Callers
1
SearchSysCache3
Function · 0.85
Calls
1
SearchCatCacheInternal
Function · 0.85
Tested by
no test coverage detected