AggGeomIntersection Function | Geospatial Data Types | Teradata Vantage - AggGeomIntersection [Deprecated] - Advanced SQL Engine - Teradata Database

Geospatial Data Types

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
ufo1590694251930.ditamap
dita:ditavalPath
ufo1590694251930.ditaval
dita:id
B035-1181
lifecycle
previous
Product Category
Teradata Vantage™
This deprecated method was replaced by the AggGeom table operator, which provides better performance and no size restriction.

Aggregate function that returns the intersection of all objects in the aggregation group.

Result Type

Returns an ST_Geometry value.

Returns “GEOMETRYCOLLECTION EMPTY” if there is no intersection between the objects resulting from any step of the aggregation.

NULL values are ignored in the aggregation. If all values in the aggregation are null, the return value is NULL.

Because the order in which the rows are processed and per-AMP results are returned for aggregation can vary from run to run, the ordering of the values in the results can vary between different instances of identical queries. Although the order of the individual values in the returned results can vary, the overall results from the query will be the same when an identical query is run on the same data.