You are viewing documentation about an older version (1.1.0). View latest version

snowflake.snowpark.functions.to_xml

snowflake.snowpark.functions.to_xml(e: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L2701-L2705)

Converts any VARIANT value to a string containing the XML representation of the value. If the input is NULL, the result is also NULL.