MCPcopy 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
153static uint32
154int2hashfast(Datum datum)
155{
156 return murmurhash32((int32) DatumGetInt16(datum));
157}
158
159static bool
160int4eqfast(Datum a, Datum b)

Callers

nothing calls this directly

Calls 2

murmurhash32Function · 0.85
DatumGetInt16Function · 0.85

Tested by

no test coverage detected