snowflake.snowpark.functions.st_asewkb¶
- snowflake.snowpark.functions.st_asewkb(geography_or_geometry_expression: Union[snowflake.snowpark.column.Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/_functions/scalar_functions.py#L1686-L1710)¶
Returns the Extended Well-Known Binary (EWKB) representation of a GEOGRAPHY or GEOMETRY object.
- Parameters:
geography_or_geometry_expression (ColumnOrName) – The GEOGRAPHY or GEOMETRY objects to convert to EWKB format
- Returns:
The EWKB representation as binary data
- Return type:
- Examples::