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

Function OidSendFunctionCall

src/backend/utils/fmgr/fmgr.c:1673–1680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671}
1672
1673bytea *
1674OidSendFunctionCall(Oid functionId, Datum val)
1675{
1676 FmgrInfo flinfo;
1677
1678 fmgr_info(functionId, &flinfo);
1679 return SendFunctionCall(&flinfo, val);
1680}
1681
1682
1683/*

Callers 2

SendFunctionResultFunction · 0.85
logicalrep_write_tupleFunction · 0.85

Calls 2

fmgr_infoFunction · 0.85
SendFunctionCallFunction · 0.85

Tested by

no test coverage detected