snowflake.snowpark.functions.h3_int_to_string¶
- snowflake.snowpark.functions.h3_int_to_string(cell_id: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
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::