MCPcopy Create free account
hub / github.com/apache/cloudberry / SearchCatCache4

Function SearchCatCache4

src/backend/utils/cache/catcache.c:1243–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241
1242
1243HeapTuple
1244SearchCatCache4(CatCache *cache,
1245 Datum v1, Datum v2, Datum v3, Datum v4)
1246{
1247 return SearchCatCacheInternal(cache, 4, v1, v2, v3, v4);
1248}
1249
1250/*
1251 * Work-horse for SearchCatCache/SearchCatCacheN.

Callers 1

SearchSysCache4Function · 0.85

Calls 1

SearchCatCacheInternalFunction · 0.85

Tested by

no test coverage detected