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