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

Function DatumGetName

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

Source from the content-addressed store, hash-verified

567static inline Datum CStringGetDatum(const char *p) { return PointerGetDatum(p); }
568
569static inline Name DatumGetName(Datum d) { return (Name) DatumGetPointer(d); }
570static inline Datum NameGetDatum(const Name n) { return PointerGetDatum(n); }
571
572#ifndef WORDS_BIGENDIAN

Callers 15

ToValueMethod · 0.85
IndexUniqueCheckFunction · 0.85
get_manifesttuple_valueFunction · 0.85
nameeqfastFunction · 0.85
namehashfastFunction · 0.85
pg_get_triggerdef_workerFunction · 0.85
make_ruledefFunction · 0.85
namefastcmp_cFunction · 0.85
namefastcmp_localeFunction · 0.85

Calls

no outgoing calls

Tested by 3

spgist_name_chooseFunction · 0.68