H3_GET_INDEXES_FROM_UNIDIRECTIONAL_EDGE (Lakehouse v1)
Returns the origin and destination hexagon indexes from the given unidirectional edge H3Index.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_get_indexes_from_unidirectional_edge(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_get_indexes_from_unidirectional_edge(1248204388774707199)
┌────────────────────────────────────────────────────────────────────┐│ func.h3_get_indexes_from_unidirectional_edge(1248204388774707199) │├────────────────────────────────────────────────────────────────────┤│ (599686042433355775,599686043507097599) │└────────────────────────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_GET_INDEXES_FROM_UNIDIRECTIONAL_EDGE(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_GET_INDEXES_FROM_UNIDIRECTIONAL_EDGE(1248204388774707199);
┌──────────────────────────────────────────────────────────────┐│ h3_get_indexes_from_unidirectional_edge(1248204388774707199) │├──────────────────────────────────────────────────────────────┤│ (599686042433355775,599686043507097599) │└──────────────────────────────────────────────────────────────┘