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

Function UInt16GetDatum

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

Source from the content-addressed store, hash-verified

498
499static inline uint16 DatumGetUInt16(Datum d) { return (uint16) d; }
500static inline Datum UInt16GetDatum(uint16 ui16) { return (Datum) ui16; }
501
502static inline int32 DatumGetInt32(Datum d) { return (int32) d; }
503static inline Datum Int32GetDatum(int32 i32) { return (Datum) i32; }

Callers 15

heap_page_itemsFunction · 0.85
brin_page_itemsFunction · 0.85
gin_leafpage_itemsFunction · 0.85
page_headerFunction · 0.85
gincost_patternFunction · 0.85
pg_lock_statusFunction · 0.85
gp_pgdatabase__Function · 0.85
collectMatchBitmapFunction · 0.85
ginNewScanKeyFunction · 0.85
GinFormTupleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected