H3_GET_UNIDIRECTIONAL_EDGE

Returns the edge between the given two H3 indexes.

Analyze Syntax

func.h3_get_unidirectional_edge(h3, a_h3)

Analyze Examples

func.h3_get_unidirectional_edge(644325524701193897, 644325524701193754)

┌─────────────────────────────────────────────────────────────────────────┐
 func.h3_get_unidirectional_edge(644325524701193897, 644325524701193754) 
├─────────────────────────────────────────────────────────────────────────┤
                                                     1581074247194257065 
└─────────────────────────────────────────────────────────────────────────┘

SQL Syntax

H3_GET_UNIDIRECTIONAL_EDGE(h3, a_h3)

SQL Examples

SELECT H3_GET_UNIDIRECTIONAL_EDGE(644325524701193897, 644325524701193754);

┌────────────────────────────────────────────────────────────────────┐
 h3_get_unidirectional_edge(644325524701193897, 644325524701193754) 
├────────────────────────────────────────────────────────────────────┤
                                                1581074247194257065 
└────────────────────────────────────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)