📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

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 │ └───────────────────────────────────────┘

Was this page helpful?