PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ fetch_cluster_context()

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

Definition at line 63 of file lwgeom_window.c.

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

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

Here is the caller graph for this function: