H3_IS_RES_CLASS_III
Checks if the given H3 index has a resolution with Class III orientation.
Analyze Syntax
func.h3_is_res_class_iii(h3)
Analyze Examples
func.h3_is_res_class_iii(635318325446452991)
┌──────────────────────────────────────────────┐
│ func.h3_is_res_class_iii(635318325446452991) │
├──────────────────────────────────────────────┤
│ true │
└──────────────────────────────────────────────┘
SQL Syntax
H3_IS_RES_CLASS_III(h3)
SQL Examples
SELECT H3_IS_RES_CLASS_III(635318325446452991);
┌─────────────────────────────────────────┐
│ h3_is_res_class_iii(635318325446452991) │
├─────────────────────────────────────────┤
│ true │
└─────────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)