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

Function NameGetDatum

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

Source from the content-addressed store, hash-verified

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
573static inline float4 DatumGetFloat4(Datum d) { Datum_U du; du.d = d; return du.f4[0]; }

Callers 15

leftmostvalue_nameFunction · 0.85
UpdateVisimapFunction · 0.85
pax_get_catalog_rowsFunction · 0.85
manifest_insertFunction · 0.85
manifest_update_internalFunction · 0.85
InsertRuleFunction · 0.85
CatCacheCopyKeysFunction · 0.85
nameiclikeFunction · 0.85
nameicnlikeFunction · 0.85
RelationBuildTriggersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected