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

◆ coverage_context_fetch()

static coverage_context * coverage_context_fetch ( WindowObject  winobj,
int64  rowcount 
)
static

Definition at line 505 of file lwgeom_window.c.

506{
507 size_t ctx_size = sizeof(coverage_context) + rowcount * sizeof(int64);
508 coverage_context *ctx = (coverage_context*) WinGetPartitionLocalMemory(
509 winobj, ctx_size);
510 return ctx;
511}

Referenced by coverage_window_calculation().

Here is the caller graph for this function: