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

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.