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 │
└─────────────────────────────────┘