snowflake.snowpark.functions.to_xml¶
- snowflake.snowpark.functions.to_xml(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/functions.py#L6340-L6353)¶
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::