MCPcopy 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
1227HeapTuple
1228SearchCatCache2(CatCache *cache,
1229 Datum v1, Datum v2)
1230{
1231 return SearchCatCacheInternal(cache, 2, v1, v2, 0, 0);
1232}
1233
1234
1235HeapTuple

Callers 1

SearchSysCache2Function · 0.85

Calls 1

SearchCatCacheInternalFunction · 0.85

Tested by

no test coverage detected