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

Function GetForeignDataWrapper

src/backend/foreign/foreign.c:121–125  ·  view source on GitHub ↗

* GetForeignDataWrapper - look up the foreign-data wrapper by OID. */

Source from the content-addressed store, hash-verified

119 * GetForeignDataWrapper - look up the foreign-data wrapper by OID.
120 */
121ForeignDataWrapper *
122GetForeignDataWrapper(Oid fdwid)
123{
124 return GetForeignDataWrapperExtended(fdwid, 0);
125}
126
127
128/*

Callers 15

fileGetOptionsFunction · 0.85
get_connect_stringFunction · 0.85
AlterForeignServerFunction · 0.85
CreateUserMappingFunction · 0.85
AlterUserMappingFunction · 0.85
AddForeignSegFunction · 0.85
CreateForeignTableFunction · 0.85
ImportForeignSchemaFunction · 0.85
ATExecGenericOptionsFunction · 0.85
GetRelFdwNameMethod · 0.85

Calls 1

Tested by

no test coverage detected