PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
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...
Data Fields | |
ArrayBuildState * | a |
Datum | data |
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 83 of file lwgeom_accum.c.