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

H3_IS_RES_CLASS_III



Checks if the given H3 index has a resolution with Class III orientation.

Syntax

H3_IS_RES_CLASS_III(h3)

Examples

SELECT H3_IS_RES_CLASS_III(635318325446452991); ┌─────────────────────────────────────────┐ │ h3_is_res_class_iii(635318325446452991) │ ├─────────────────────────────────────────┤ │ true │ └─────────────────────────────────────────┘

Was this page helpful?