snowflake.snowpark.functions.st_geogpointfromgeohash¶
- snowflake.snowpark.functions.st_geogpointfromgeohash(geohash: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Constructs a GEOGRAPHY object that represents a point from a geohash string.
- Parameters:
geohash (ColumnOrName) – The geohash value to convert to a geography point.
- Returns:
A GEOGRAPHY object representing a point decoded from the geohash.
- Return type:
- Examples::