PostGIS  2.5.7dev-r@@SVN_REVISION@@
pgis_abs Struct Reference

To pass the internal ArrayBuildState pointer between the transfn and finalfn we need to wrap it into a custom type first, the pgis_abs type in our case. More...

Collaboration diagram for pgis_abs:
Collaboration graph

Data Fields

ArrayBuildState * a
 
Datum data
 

Detailed Description

To pass the internal ArrayBuildState pointer between the transfn and finalfn we need to wrap it into a custom type first, the pgis_abs type in our case.

The extra "data" member can optionally be used to pass an additional constant argument to a finalizer function.

Definition at line 107 of file lwgeom_accum.c.


The documentation for this struct was generated from the following file: