snowflake.snowpark.functions.h3_uncompact_cells_strings¶
- snowflake.snowpark.functions.h3_uncompact_cells_strings(array_of_cell_ids: Union[snowflake.snowpark.column.Column, str], target_resolution: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns an array of H3 cell IDs at the specified target resolution that are contained within the input array of H3 cell IDs. This function uncompacts H3 cells to a finer resolution.
- Parameters:
array_of_cell_ids (ColumnOrName) – An array of H3 cell ID strings.
target_resolution (ColumnOrName) – The target H3 resolution (0-15).
- Returns:
An array of H3 cell ID strings at the target resolution.
- Return type:
Example: