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

H3_IS_VALID



Checks if the given H3 index is valid.

Syntax

H3_IS_VALID(h3)

Examples

SELECT H3_IS_VALID(644325524701193974); ┌─────────────────────────────────┐ │ h3_is_valid(644325524701193974) │ ├─────────────────────────────────┤ │ true │ └─────────────────────────────────┘

Was this page helpful?