PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
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
}
coverage_context
Definition:
lwgeom_window.c:493
Referenced by
coverage_window_calculation()
.
Here is the caller graph for this function:
postgis
lwgeom_window.c
Generated by
1.9.1