Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ int2hashfast
Function
int2hashfast
src/backend/utils/cache/catcache.c:153–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
static uint32
154
int2hashfast(Datum datum)
155
{
156
return murmurhash32((int32) DatumGetInt16(datum));
157
}
158
159
static bool
160
int4eqfast(Datum a, Datum b)
Callers
nothing calls this directly
Calls
2
murmurhash32
Function · 0.85
DatumGetInt16
Function · 0.85
Tested by
no test coverage detected