H3_EXACT_EDGE_LENGTH_RADS (Lakehouse v1)
Computes the length of this directed edge, in radians.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_exact_edge_length_km(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_exact_edge_length_km(1319695429381652479)
┌───────────────────────────────────────────────────┐│ func.h3_exact_edge_length_km(1319695429381652479) │├───────────────────────────────────────────────────┤│ 8.267326832647143 │└───────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_EXACT_EDGE_LENGTH_RADS(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_EXACT_EDGE_LENGTH_KM(1319695429381652479);
┌──────────────────────────────────────────────┐│ h3_exact_edge_length_km(1319695429381652479) │├──────────────────────────────────────────────┤│ 8.267326832647143 │└──────────────────────────────────────────────┘