snowflake.snowpark.functions.char¶
- snowflake.snowpark.functions.char(col: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.25.0/snowpark-python/src/snowflake/snowpark/functions.py#L3075-L3095)¶
Converts a Unicode code point (including 7-bit ASCII) into the character that matches the input Unicode.
Example: