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

GEO_TO_H3



Returns the H3 index of the hexagon cell where the given location resides. Returning 0 means an error occurred.

Syntax

GEO_TO_H3(lon, lat, res)

Examples

SELECT GEO_TO_H3(37.79506683, 55.71290588, 15); ┌─────────────────────────────────────────┐ │ geo_to_h3(37.79506683, 55.71290588, 15) │ ├─────────────────────────────────────────┤ │ 644325524701193974 │ └─────────────────────────────────────────┘

Was this page helpful?