H3_IS_RES_CLASS_III (Lakehouse v1)
Checks if the given H3 index has a resolution with Class III orientation.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_is_res_class_iii(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_is_res_class_iii(635318325446452991)
┌──────────────────────────────────────────────┐│ func.h3_is_res_class_iii(635318325446452991) │├──────────────────────────────────────────────┤│ true │└──────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_IS_RES_CLASS_III(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_IS_RES_CLASS_III(635318325446452991);
┌─────────────────────────────────────────┐│ h3_is_res_class_iii(635318325446452991) │├─────────────────────────────────────────┤│ true │└─────────────────────────────────────────┘