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

Function hash_uint32

src/include/common/hashfn.h:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static inline Datum
43hash_uint32(uint32 k)
44{
45 return UInt32GetDatum(hash_bytes_uint32(k));
46}
47
48static inline Datum
49hash_uint32_extended(uint32 k, uint64 seed)

Callers 15

network_abbrev_convertFunction · 0.85
macaddr_abbrev_convertFunction · 0.85
hash_multirangeFunction · 0.85
timetz_hashFunction · 0.85
hash_rangeFunction · 0.85
varstr_abbrev_convertFunction · 0.85
uuid_abbrev_convertFunction · 0.85
hashcharFunction · 0.85
hashint2Function · 0.85
hashint4Function · 0.85
hashint8Function · 0.85

Calls 2

UInt32GetDatumFunction · 0.85
hash_bytes_uint32Function · 0.85

Tested by

no test coverage detected