H3_GET_RESOLUTION
Returns the resolution of the given H3 index.
Analyze Syntax
func.h3_get_resolution(h3)
Analyze Examples
func.h3_get_resolution(644325524701193974)
┌────────────────────────────────────────────┐
│ func.h3_get_resolution(644325524701193974) │
├────────────────────────────────────────────┤
│ 15 │
└────────────────────────────────────────────┘
SQL Syntax
H3_GET_RESOLUTION(h3)
SQL Examples
SELECT H3_GET_RESOLUTION(644325524701193974);
┌───────────────────────────────────────┐
│ h3_get_resolution(644325524701193974) │
├───────────────────────────────────────┤
│ 15 │
└───────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)