📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

H3_GET_UNIDIRECTIONAL_EDGE



Returns the edge between the given two H3 indexes.

Syntax

H3_GET_UNIDIRECTIONAL_EDGE(h3, a_h3)

Examples

SELECT H3_GET_UNIDIRECTIONAL_EDGE(644325524701193897, 644325524701193754); ┌────────────────────────────────────────────────────────────────────┐ │ h3_get_unidirectional_edge(644325524701193897, 644325524701193754) │ ├────────────────────────────────────────────────────────────────────┤ │ 1581074247194257065 │ └────────────────────────────────────────────────────────────────────┘

Was this page helpful?