H3_GET_UNIDIRECTIONAL_EDGES_FROM_HEXAGON (Lakehouse v1)
Returns all of the unidirectional edges from the provided H3Index.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_get_unidirectional_edges_from_hexagon(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_get_unidirectional_edges_from_hexagon(644325524701193754)
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐│ func.h3_get_unidirectional_edges_from_hexagon(644325524701193754) │├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤│ [1292843871042545178,1364901465080473114,1436959059118401050,1509016653156328986,1581074247194256922,1653131841232184858] │└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_GET_UNIDIRECTIONAL_EDGES_FROM_HEXAGON(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_GET_UNIDIRECTIONAL_EDGES_FROM_HEXAGON(644325524701193754);
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐│ h3_get_unidirectional_edges_from_hexagon(644325524701193754) │├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤│ [1292843871042545178,1364901465080473114,1436959059118401050,1509016653156328986,1581074247194256922,1653131841232184858] │└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘