H3_IS_PENTAGON (Lakehouse v1)
Checks if the given H3 index represents a pentagonal cell.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_is_pentagon(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_is_pentagon(599119489002373119)
┌─────────────────────────────────────────┐│ func.h3_is_pentagon(599119489002373119) │├─────────────────────────────────────────┤│ true │└─────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_IS_PENTAGON(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_IS_PENTAGON(599119489002373119);
┌────────────────────────────────────┐│ h3_is_pentagon(599119489002373119) │├────────────────────────────────────┤│ true │└────────────────────────────────────┘