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

◆ GetRectTreeGeomCache()

static RectTreeGeomCache * GetRectTreeGeomCache ( FunctionCallInfo  fcinfo,
SHARED_GSERIALIZED *  g1,
SHARED_GSERIALIZED *  g2 
)
static

Definition at line 109 of file lwgeom_rectree.c.

110{
111 return (RectTreeGeomCache*)GetGeomCache(fcinfo, &RectTreeCacheMethods, g1, g2);
112}
static GeomCacheMethods RectTreeCacheMethods

References RectTreeCacheMethods.

Referenced by ST_DistanceRectTreeCached().

Here is the caller graph for this function: