snowflake.snowpark.functions.h3_int_to_string¶
- snowflake.snowpark.functions.h3_int_to_string(cell_id: Union[snowflake.snowpark.column.Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.40.0/src/snowflake/snowpark/_functions/scalar_functions.py#L1480-L1497)¶
Converts an H3 cell ID from integer format to string format.
- Parameters:
cell_id (ColumnOrName) – The H3 cell ID as an integer.
- Returns:
The H3 cell ID as a hexadecimal string.
- Return type:
- Example::