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

Function DatumGetObjectId

src/include/postgres.h:539–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537#endif
538
539static inline Oid DatumGetObjectId(Datum d) { return (Oid) d; }
540static inline Datum ObjectIdGetDatum(Oid oid) { return (Datum) oid; }
541
542static inline TransactionId DatumGetTransactionId(Datum d) { return (TransactionId) d; }

Callers 15

gbt_num_compressFunction · 0.85
paxProcessUtilityFunction · 0.85
PGGetAddOperatorFunction · 0.85
PGGetAggInfoFunction · 0.85
SumAGGGetProcinfoFunction · 0.85
CPaxAuxSwapRelationFilesFunction · 0.85
PLyLong_FromOidFunction · 0.85
CrossCheckTupleFunction · 0.85
checkTablespaceInIOlimitFunction · 0.85
getResUsageFunction · 0.85
pg_resgroup_get_statusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected