📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

H3_IS_PENTAGON



Checks if the given H3 index represents a pentagonal cell.

Syntax

H3_IS_PENTAGON(h3)

Examples

SELECT H3_IS_PENTAGON(599119489002373119); ┌────────────────────────────────────┐ │ h3_is_pentagon(599119489002373119) │ ├────────────────────────────────────┤ │ true │ └────────────────────────────────────┘

Was this page helpful?