Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1673
bytea *
1674
OidSendFunctionCall(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
SendFunctionResult
Function · 0.85
logicalrep_write_tuple
Function · 0.85
Calls
2
fmgr_info
Function · 0.85
SendFunctionCall
Function · 0.85
Tested by
no test coverage detected