snowflake.snowpark.functions.st_asewkb¶
- snowflake.snowpark.functions.st_asewkb(geography_or_geometry_expression: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
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::