snowflake.snowpark.functions.st_asewkt¶
- snowflake.snowpark.functions.st_asewkt(geography_or_geometry_expression: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns the Extended Well-Known Text (EWKT) representation of a GEOGRAPHY or GEOMETRY object.
- Parameters:
geography_or_geometry_expression (ColumnOrName) – A GEOGRAPHY or GEOMETRY objects to convert to EWKT format
- Returns:
The EWKT representation as a string
- Return type:
- Examples::