PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Datum pgis_accum_finalfn | ( | pgis_abs * | p, |
MemoryContext | mctx, | ||
FunctionCallInfo | fcinfo | ||
) |
The final function rescues the built array from the side memory context using the PostgreSQL built-in function makeMdArrayResult.
Definition at line 182 of file lwgeom_accum.c.
References pgis_abs::a, PG_FUNCTION_INFO_V1(), and pgis_geometry_accum_finalfn().
Referenced by pgis_geometry_accum_finalfn(), pgis_geometry_accum_transfn(), pgis_geometry_clusterintersecting_finalfn(), pgis_geometry_clusterwithin_finalfn(), pgis_geometry_collect_finalfn(), pgis_geometry_makeline_finalfn(), pgis_geometry_polygonize_finalfn(), and pgis_geometry_union_finalfn().