snowflake.snowpark.functions.h3_get_resolution¶
- snowflake.snowpark.functions.h3_get_resolution(cell_id: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns the resolution of an H3 cell ID.
- Parameters:
cell_id (ColumnOrName) – The H3 cell ID.
- Returns:
The resolution of the H3 cell ID.
- Return type:
Example: