H3_IS_PENTAGON
Checks if the given H3 index represents a pentagonal cell.
Analyze Syntax
func.h3_is_pentagon(h3)
Analyze Examples
func.h3_is_pentagon(599119489002373119)
┌─────────────────────────────────────────┐
│ func.h3_is_pentagon(599119489002373119) │
├─────────────────────────────────────────┤
│ true │
└─────────────────────────────────────────┘
SQL Syntax
H3_IS_PENTAGON(h3)
SQL Examples
SELECT H3_IS_PENTAGON(599119489002373119);
┌────────────────────────────────────┐
│ h3_is_pentagon(599119489002373119) │
├────────────────────────────────────┤
│ true │
└────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)