Skip to content

Returns the line of indexes between the given two H3 indexes.

func.h3_line(h3, a_h3)
func.h3_line(599119489002373119, 599119491149856767)
┌──────────────────────────────────────────────────────┐
│ func.h3_line(599119489002373119, 599119491149856767) │
├──────────────────────────────────────────────────────┤
[599119489002373119,599119491149856767]
└──────────────────────────────────────────────────────┘
H3_LINE(h3, a_h3)
SELECT H3_LINE(599119489002373119, 599119491149856767);
┌─────────────────────────────────────────────────┐
│ h3_line(599119489002373119, 599119491149856767) │
├─────────────────────────────────────────────────┤
│ [599119489002373119,599119491149856767] │
└─────────────────────────────────────────────────┘