H3_DISTANCE (Lakehouse v1)
Returns the grid distance between the the given two H3 indexes.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_distance(h3, a_h3)Analyze Examples
Section titled “Analyze Examples”func.h3_distance(599119489002373119, 599119491149856767)
┌──────────────────────────────────────────────────────────┐│ func.h3_distance(599119489002373119, 599119491149856767) │├──────────────────────────────────────────────────────────┤│ 1 │└──────────────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_DISTANCE(h3, a_h3)SQL Examples
Section titled “SQL Examples”SELECT H3_DISTANCE(599119489002373119, 599119491149856767);
┌─────────────────────────────────────────────────────┐│ h3_distance(599119489002373119, 599119491149856767) │├─────────────────────────────────────────────────────┤│ 1 │└─────────────────────────────────────────────────────┘