MobilityDB 1.1

◆ gserialized_array_union()

GSERIALIZED * gserialized_array_union ( GSERIALIZED **  gsarr,
int  nelems 
)

This is the final function for GeomUnion aggregate.

Will have as input an array of Geometries. Will iteratively call GEOSUnion on the GEOS-converted versions of them and return PGIS-converted version back. Changing combination order might speed up performance.

Note
PostGIS function: pgis_union_geometry_array(PG_FUNCTION_ARGS)