Result Rows - Advanced SQL Engine - Teradata Database

Geospatial Data Types

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
vci1556127188517.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1181
lifecycle
previous
Product Category
Teradata Vantageā„¢

Returns the a table having the following columns:

Column Name Data Type Description
out_polygon_ID Matches type of polygon_ID input parameter All sub-polygons that result from the splitting of a polygon or multipolygon will share the ID of the input polygon or multipolygon. Geometries that are unchanged by PolygonSplit will retain their original ID in the results table.
sub_polygon_ID INTEGER Uniquely identifies each subpolygon that came from a particular input polygon or multipolygon. The subpolygons are numbered sequentially as they are created. Numbering starts at 0.
split_geom ST_Geometry A sub-polygon that results from splitting a polygon or multipolygon. For input polygons and multipolygons that have fewer than the maximum specified number of vertices, and for all other geometries, this column contains the original, unchanged input geometry.