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