PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ fetch_cluster_context()

static cluster_context* fetch_cluster_context ( WindowObject  win_obj,
uint32_t  ngeoms 
)
static

Definition at line 64 of file lwgeom_window.c.

65 {
66  size_t context_sz = sizeof(cluster_context) + (ngeoms * sizeof(cluster_entry));
67  cluster_context* context = WinGetPartitionLocalMemory(win_obj, context_sz);
68  return context;
69 }
Definition: lwgeom_window.c:50

Referenced by ST_ClusterDBSCAN(), ST_ClusterIntersectingWin(), and ST_ClusterWithinWin().

Here is the caller graph for this function: