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

Function function_exists

src/backend/utils/cache/lsyscache.c:4084–4088  ·  view source on GitHub ↗

* function_exists * Is there a function with the given oid */

Source from the content-addressed store, hash-verified

4082 * Is there a function with the given oid
4083 */
4084bool
4085function_exists(Oid oid)
4086{
4087 return SearchSysCacheExists(PROCOID, oid, 0, 0, 0);
4088}
4089
4090/*
4091 * aggregate_exists

Callers 1

FunctionExistsMethod · 0.85

Calls 1

SearchSysCacheExistsFunction · 0.85

Tested by

no test coverage detected