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

Method FunctionCall1Coll

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

Source from the content-addressed store, hash-verified

483}
484
485Datum cbdb::FunctionCall1Coll(FmgrInfo *flinfo, Oid collation, Datum arg1) {
486 CBDB_WRAP_START;
487 { return ::FunctionCall1Coll(flinfo, collation, arg1); }
488 CBDB_WRAP_END;
489}
490
491Datum cbdb::FunctionCall2Coll(FmgrInfo *flinfo, Oid collation, Datum arg1,
492 Datum arg2) {

Callers

nothing calls this directly

Calls 1

FunctionCall1CollFunction · 0.85

Tested by

no test coverage detected