Variant 1: Return the union of geometry A and B. Variant 2 : As of versionDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
1.6.0, this function accepts an array of Geometry objects and returns the geometric union of all geometries in the input array. If the polygons within the input array do not share common boundaries, the ST_Union result will be a MultiPolygon geometry.
Signatures
Parameters
The input geometry.
The second geometry.
An array of geometry objects to union.
Return type
The resulting geometry.

