PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ coverage_context_fetch()

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

Definition at line 506 of file lwgeom_window.c.

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

Referenced by coverage_window_calculation().

Here is the caller graph for this function: