H3_EXACT_EDGE_LENGTH_M (Lakehouse v1)
Computes the length of this directed edge, in meters.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_exact_edge_length_m(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_exact_edge_length_m(1319695429381652479)
┌──────────────────────────────────────────────────┐│ func.h3_exact_edge_length_m(1319695429381652479) │├──────────────────────────────────────────────────┤│ 8267.326832647143 │└──────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_EXACT_EDGE_LENGTH_M(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_EXACT_EDGE_LENGTH_M(1319695429381652479);
┌─────────────────────────────────────────────┐│ h3_exact_edge_length_m(1319695429381652479) │├─────────────────────────────────────────────┤│ 8267.326832647143 │└─────────────────────────────────────────────┘