H3_GET_RESOLUTION
Returns the resolution of the given H3 index.
Syntax
H3_GET_RESOLUTION(h3)
Examples
SELECT H3_GET_RESOLUTION(644325524701193974);
┌───────────────────────────────────────┐
│ h3_get_resolution(644325524701193974) │
├───────────────────────────────────────┤
│ 15 │
└───────────────────────────────────────┘