snowflake.snowpark.functions.st_aswkb¶
- snowflake.snowpark.functions.st_aswkb(geography_or_geometry_expression: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns the Well-Known Binary (WKB) representation of a GEOGRAPHY or GEOMETRY object.
- Parameters:
geography_or_geometry_expression (ColumnOrName) – The GEOGRAPHY or GEOMETRY object.
- Returns:
The WKB representation as binary data.
- Return type:
- Examples::