H3_GET_UNIDIRECTIONAL_EDGE_BOUNDARY (Lakehouse v1)
Returns the coordinates defining the unidirectional edge.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_get_unidirectional_edge_boundary(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_get_unidirectional_edge_boundary(1248204388774707199)
┌─────────────────────────────────────────────────────────────────────────────────┐│ func.h3_get_unidirectional_edge_boundary(1248204388774707199) │├─────────────────────────────────────────────────────────────────────────────────┤│ [(37.42012867767778,-122.03773496427027),(37.33755608435298,-122.090428929044)] │└─────────────────────────────────────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_GET_UNIDIRECTIONAL_EDGE_BOUNDARY(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_GET_UNIDIRECTIONAL_EDGE_BOUNDARY(1248204388774707199);
┌─────────────────────────────────────────────────────────────────────────────────┐│ h3_get_unidirectional_edge_boundary(1248204388774707199) │├─────────────────────────────────────────────────────────────────────────────────┤│ [(37.42012867767778,-122.03773496427027),(37.33755608435298,-122.090428929044)] │└─────────────────────────────────────────────────────────────────────────────────┘