snowflake.snowpark.functions.to_xml¶
- snowflake.snowpark.functions.to_xml(e: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.4.0/src/snowflake/snowpark/functions.py#L5317-L5330)¶
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::