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

Method FunctionExists

src/backend/gpopt/gpdbwrappers.cpp:386–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386bool
387gpdb::FunctionExists(Oid oid)
388{
389 GP_WRAP_START;
390 {
391 /* catalog tables: pg_proc */
392 return function_exists(oid);
393 }
394 GP_WRAP_END;
395 return false;
396}
397
398Oid
399gpdb::GetAggIntermediateResultType(Oid aggid)

Callers

nothing calls this directly

Calls 1

function_existsFunction · 0.85

Tested by

no test coverage detected