PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
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:
postgis
lwgeom_geos_prepared.c
Generated by
1.9.1