PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
mcxt_ptr_hasha()
uint32 mcxt_ptr_hasha
(
const void *
key
,
Size
keysize
)
Definition at line
129
of file
lwgeom_geos_prepared.c
.
130
{
131
uint32 hashval;
132
133
hashval = DatumGetUInt32(hash_any(key, keysize));
134
135
return
hashval;
136
}
Referenced by
CreatePrepGeomHash()
.
Here is the caller graph for this function:
postgis
lwgeom_geos_prepared.c
Generated by
1.9.1