snowflake.snowpark.functions.st_ymax¶
- snowflake.snowpark.functions.st_ymax(geography_or_geometry_expression: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns the maximum Y coordinate of the input GEOGRAPHY or GEOMETRY object.
- Parameters:
geography_or_geometry_expression (ColumnOrName) – A GEOGRAPHY or GEOMETRY object.
- Returns:
The maximum Y coordinate value.
- Return type:
- Examples::