MCPcopy 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
1219HeapTuple
1220SearchCatCache1(CatCache *cache,
1221 Datum v1)
1222{
1223 return SearchCatCacheInternal(cache, 1, v1, 0, 0, 0);
1224}
1225
1226
1227HeapTuple

Callers 1

SearchSysCache1Function · 0.85

Calls 1

SearchCatCacheInternalFunction · 0.85

Tested by

no test coverage detected