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

Function OidFunctionCall2Coll

src/backend/utils/fmgr/fmgr.c:1421–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419}
1420
1421Datum
1422OidFunctionCall2Coll(Oid functionId, Oid collation, Datum arg1, Datum arg2)
1423{
1424 FmgrInfo flinfo;
1425
1426 fmgr_info(functionId, &flinfo);
1427
1428 return FunctionCall2Coll(&flinfo, collation, arg1, arg2);
1429}
1430
1431Datum
1432OidFunctionCall3Coll(Oid functionId, Oid collation, Datum arg1, Datum arg2,

Callers 8

datumHashTableMatchFunction · 0.85
DatumHeapComparatorFunction · 0.85
getMinBoundFunction · 0.85
getMaxBoundFunction · 0.85
_bt_compare_scankey_argsFunction · 0.85
index_recheck_constraintFunction · 0.85
assert_equals_baseFunction · 0.85

Calls 2

fmgr_infoFunction · 0.85
FunctionCall2CollFunction · 0.85

Tested by

no test coverage detected