H3_GET_DESTINATION_INDEX_FROM_UNIDIRECTIONAL_EDGE
Returns the destination hexagon index from the unidirectional edge H3Index.
Analyze Syntax
func.h3_get_destination_index_from_unidirectional_edge(h3)
Analyze Examples
func.h3_get_destination_index_from_unidirectional_edge(1248204388774707199)
┌─────────────────────────────────────────────────────────────────────────────┐
│ func.h3_get_destination_index_from_unidirectional_edge(1248204388774707199) │
├─────────────────────────────────────────────────────────────────────────────┤
│ 599686043507097599 │
└─────────────────────────────────────────────────────────────────────────────┘
SQL Syntax
H3_GET_DESTINATION_INDEX_FROM_UNIDIRECTIONAL_EDGE(h3)
SQL Examples
SELECT H3_GET_DESTINATION_INDEX_FROM_UNIDIRECTIONAL_EDGE(1248204388774707199);
┌────────────────────────────────────────────────────────────────────────┐
│ h3_get_destination_index_from_unidirectional_edge(1248204388774707199) │
├────────────────────────────────────────────────────────────────────────┤
│ 599686043507097599 │
└────────────────────────────────────────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)