H3_GET_RESOLUTION (Lakehouse v1)
Returns the resolution of the given H3 index.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_get_resolution(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_get_resolution(644325524701193974)
┌────────────────────────────────────────────┐│ func.h3_get_resolution(644325524701193974) │├────────────────────────────────────────────┤│ 15 │└────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_GET_RESOLUTION(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_GET_RESOLUTION(644325524701193974);
┌───────────────────────────────────────┐│ h3_get_resolution(644325524701193974) │├───────────────────────────────────────┤│ 15 │└───────────────────────────────────────┘