Supported in: Batch, Streaming
Nulls any values in the geometry column that are not of the provided geometry types.
Expression categories: Geospatial
Output type: Geometry
Argument values:
geometryPOINT}| geometry | Output |
|---|---|
| {"type":"Point","coordinates": [32.0, 58.0]} | {"type":"Point","coordinates": [32.0, 58.0]} |
Argument values:
geometryPOINT}| geometry | Output |
|---|---|
| {"type":"LineString","coordinates":[[-112.94377956164206,34.81725414459382],[-112.94377956164206,30.006795384733323]]} | null |
Argument values:
geometryLINESTRING}| geometry | Output |
|---|---|
| {"type":"LineString","coordinates":[[-112.94377956164206,34.81725414459382],[-112.94377956164206,30.006795384733323]]} | {"type":"LineString","coordinates":[[-112.94377956164206,34.81725414459382],[-112.94377956164206,30.006795384733323]]} |
| {"type": "GeometryCollection","geometries": [{"type":"LineString","coordinates":[[-77.07368071728229... | null |
Argument values:
geometryLINESTRING, POINT}| geometry | Output |
|---|---|
| {"type":"LineString","coordinates":[[-112.94377956164206,34.81725414459382],[-112.94377956164206,30.006795384733323]]} | {"type":"LineString","coordinates":[[-112.94377956164206,34.81725414459382],[-112.94377956164206,30.006795384733323]]} |
| {"type":"Point","coordinates": [32.0, 58.0]} | {"type":"Point","coordinates": [32.0, 58.0]} |
Argument values:
geometryPOINT}| geometry | Output |
|---|---|
| null | null |