snowflake.snowpark.functions.to_xml¶
- snowflake.snowpark.functions.to_xml(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/functions.py#L7731-L7745)¶
Converts any VARIANT value to a string containing the XML representation of the value. If the input is NULL, the result is also NULL.
- Example::