MCPcopy 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
147static bool
148int2eqfast(Datum a, Datum b)
149{
150 return DatumGetInt16(a) == DatumGetInt16(b);
151}
152
153static uint32
154int2hashfast(Datum datum)

Callers

nothing calls this directly

Calls 1

DatumGetInt16Function · 0.85

Tested by

no test coverage detected