Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ int2eqfast
Function
int2eqfast
src/backend/utils/cache/catcache.c:147–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
static bool
148
int2eqfast(Datum a, Datum b)
149
{
150
return DatumGetInt16(a) == DatumGetInt16(b);
151
}
152
153
static uint32
154
int2hashfast(Datum datum)
Callers
nothing calls this directly
Calls
1
DatumGetInt16
Function · 0.85
Tested by
no test coverage detected