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

H3_EXACT_EDGE_LENGTH_M



Computes the length of this directed edge, in meters.

Syntax

H3_EXACT_EDGE_LENGTH_M(h3)

Examples

SELECT H3_EXACT_EDGE_LENGTH_M(1319695429381652479); ┌─────────────────────────────────────────────┐ │ h3_exact_edge_length_m(1319695429381652479) │ ├─────────────────────────────────────────────┤ │ 8267.326832647143 │ └─────────────────────────────────────────────┘

Was this page helpful?