snowflake.snowpark.functions.to_xml¶ snowflake.snowpark.functions.to_xml(e: ColumnOrName) → Column[source]¶ Converts any VARIANT value to a string containing the XML representation of the value. If the input is NULL, the result is also NULL.