snowflake.snowpark.functions.st_startpoint¶
- snowflake.snowpark.functions.st_startpoint(geography_or_geometry_expression: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns the first point of a LINESTRING geography or geometry object as a POINT object.
- Parameters:
geography_or_geometry_expression (ColumnOrName) – The LINESTRING geography or geometry object
- Returns:
The POINT objects representing the start point of the input LINESTRING
- Return type:
- Examples::