Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
static inline Datum
43
hash_uint32(uint32 k)
44
{
45
return UInt32GetDatum(hash_bytes_uint32(k));
46
}
47
48
static inline Datum
49
hash_uint32_extended(uint32 k, uint64 seed)
Callers
15
network_abbrev_convert
Function · 0.85
macaddr_abbrev_convert
Function · 0.85
hash_multirange
Function · 0.85
timetz_hash
Function · 0.85
numeric_abbrev_convert_var
Function · 0.85
hash_range
Function · 0.85
varstr_abbrev_convert
Function · 0.85
uuid_abbrev_convert
Function · 0.85
hashchar
Function · 0.85
hashint2
Function · 0.85
hashint4
Function · 0.85
hashint8
Function · 0.85
Calls
2
UInt32GetDatum
Function · 0.85
hash_bytes_uint32
Function · 0.85
Tested by
no test coverage detected