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

H3_EDGE_LENGTH_KM



Returns the average hexagon edge length in kilometers at the given resolution. Excludes pentagons.

Syntax

H3_EDGE_LENGTH_KM(res)

Examples

SELECT H3_EDGE_LENGTH_KM(1); ┌──────────────────────┐ │ h3_edge_length_km(1) │ ├──────────────────────┤ │ 483.0568390711111 │ └──────────────────────┘

Was this page helpful?