PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ mcxt_ptr_hasha()

uint32 mcxt_ptr_hasha ( const void *  key,
Size  keysize 
)

Definition at line 204 of file lwgeom_geos_prepared.c.

205{
206 uint32 hashval;
207
208 hashval = DatumGetUInt32(hash_any(key, keysize));
209
210 return hashval;
211}

Referenced by CreatePrepGeomHash().

Here is the caller graph for this function: