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

Method FunctionCall2Coll

contrib/pax_storage/src/cpp/comm/cbdb_wrappers.cc:491–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491Datum cbdb::FunctionCall2Coll(FmgrInfo *flinfo, Oid collation, Datum arg1,
492 Datum arg2) {
493 CBDB_WRAP_START;
494 { return ::FunctionCall2Coll(flinfo, collation, arg1, arg2); }
495 CBDB_WRAP_END;
496}
497
498Datum cbdb::FunctionCall3Coll(FmgrInfo *flinfo, Oid collation, Datum arg1,
499 Datum arg2, Datum arg3) {

Callers

nothing calls this directly

Calls 1

FunctionCall2CollFunction · 0.85

Tested by

no test coverage detected