H3_GET_UNIDIRECTIONAL_EDGE (Lakehouse v1)
Returns the edge between the given two H3 indexes.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_get_unidirectional_edge(h3, a_h3)Analyze Examples
Section titled “Analyze Examples”func.h3_get_unidirectional_edge(644325524701193897, 644325524701193754)
┌─────────────────────────────────────────────────────────────────────────┐│ func.h3_get_unidirectional_edge(644325524701193897, 644325524701193754) │├─────────────────────────────────────────────────────────────────────────┤│ 1581074247194257065 │└─────────────────────────────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_GET_UNIDIRECTIONAL_EDGE(h3, a_h3)SQL Examples
Section titled “SQL Examples”SELECT H3_GET_UNIDIRECTIONAL_EDGE(644325524701193897, 644325524701193754);
┌────────────────────────────────────────────────────────────────────┐│ h3_get_unidirectional_edge(644325524701193897, 644325524701193754) │├────────────────────────────────────────────────────────────────────┤│ 1581074247194257065 │└────────────────────────────────────────────────────────────────────┘