snowflake.snowpark.functions.h3_is_pentagon¶
- snowflake.snowpark.functions.h3_is_pentagon(cell_id: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns true if the given H3 cell ID is a pentagon.
- Parameters:
cell_id (ColumnOrName) – The H3 cell IDs.
- Returns:
Whether each H3 cell ID is a pentagon.
- Return type:
- Example::