snowflake.snowpark.functions.st_ymin¶
- snowflake.snowpark.functions.st_ymin(geography_or_geometry_expression)[source]¶
Returns the minimum Y coordinate (latitude) of all points in a GEOGRAPHY or GEOMETRY object.
- Parameters:
geography_or_geometry_expression (ColumnOrName) – A GEOGRAPHY or GEOMETRY object.
- Returns:
The minimum Y coordinate value.
- Return type:
- Examples::