H3_GET_UNIDIRECTIONAL_EDGE
Returns the edge between the given two H3 indexes.
Syntax
H3_GET_UNIDIRECTIONAL_EDGE(h3, a_h3)
Examples
SELECT H3_GET_UNIDIRECTIONAL_EDGE(644325524701193897, 644325524701193754);
┌────────────────────────────────────────────────────────────────────┐
│ h3_get_unidirectional_edge(644325524701193897, 644325524701193754) │
├────────────────────────────────────────────────────────────────────┤
│ 1581074247194257065 │
└────────────────────────────────────────────────────────────────────┘