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

Method GetRelationKeys

src/backend/gpopt/gpdbwrappers.cpp:1015–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015List *
1016gpdb::GetRelationKeys(Oid relid)
1017{
1018 GP_WRAP_START;
1019 {
1020 /* catalog tables: pg_constraint */
1021 return get_relation_keys(relid);
1022 }
1023 GP_WRAP_END;
1024 return NIL;
1025}
1026
1027Oid
1028gpdb::GetTypeRelid(Oid typid)

Callers

nothing calls this directly

Calls 1

get_relation_keysFunction · 0.85

Tested by

no test coverage detected