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

H3_EXACT_EDGE_LENGTH_RADS



Computes the length of this directed edge, in radians.

Syntax

H3_EXACT_EDGE_LENGTH_RADS(h3)

Examples

SELECT H3_EXACT_EDGE_LENGTH_KM(1319695429381652479); ┌──────────────────────────────────────────────┐ │ h3_exact_edge_length_km(1319695429381652479) │ ├──────────────────────────────────────────────┤ │ 8.267326832647143 │ └──────────────────────────────────────────────┘

Was this page helpful?