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

H3_GET_UNIDIRECTIONAL_EDGE_BOUNDARY



Returns the coordinates defining the unidirectional edge.

Syntax

H3_GET_UNIDIRECTIONAL_EDGE_BOUNDARY(h3)

Examples

SELECT H3_GET_UNIDIRECTIONAL_EDGE_BOUNDARY(1248204388774707199); ┌─────────────────────────────────────────────────────────────────────────────────┐ │ h3_get_unidirectional_edge_boundary(1248204388774707199) │ ├─────────────────────────────────────────────────────────────────────────────────┤ │ [(37.42012867767778,-122.03773496427027),(37.33755608435298,-122.090428929044)] │ └─────────────────────────────────────────────────────────────────────────────────┘

Was this page helpful?