snowflake.snowpark.functions.chr¶
- snowflake.snowpark.functions.chr(col: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Converts a Unicode code point (including 7-bit ASCII) into the character that matches the input Unicode.
- Parameters:
col (ColumnOrName) – Integer Unicode code points.
- Returns:
The corresponding character for each code point.
- Return type:
Example: