MCPcopy 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
1235HeapTuple
1236SearchCatCache3(CatCache *cache,
1237 Datum v1, Datum v2, Datum v3)
1238{
1239 return SearchCatCacheInternal(cache, 3, v1, v2, v3, 0);
1240}
1241
1242
1243HeapTuple

Callers 1

SearchSysCache3Function · 0.85

Calls 1

SearchCatCacheInternalFunction · 0.85

Tested by

no test coverage detected