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

Function DatumGetInt16

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

Source from the content-addressed store, hash-verified

494static inline Datum UInt8GetDatum(uint8 ui8) { return (Datum) ui8; }
495
496static inline int16 DatumGetInt16(Datum d) { return (int16) d; }
497static inline Datum Int16GetDatum(int16 i16) { return (Datum) i16; }
498
499static inline uint16 DatumGetUInt16(Datum d) { return (uint16) d; }

Callers 15

gbt_num_compressFunction · 0.85
bt_page_print_tuplesFunction · 0.85
gist_page_items_byteaFunction · 0.85
gist_page_itemsFunction · 0.85
DatumToInt16Function · 0.85
PLyInt_FromInt16Function · 0.85
int2eqfastFunction · 0.85
int2hashfastFunction · 0.85
get_relation_keysFunction · 0.85
get_index_opfamiliesFunction · 0.85
checkTablespaceInIOlimitFunction · 0.85

Calls

no outgoing calls

Tested by 3

searchCharFunction · 0.68