H3_LINE
Returns the line of indexes between the given two H3 indexes.
Analyze Syntax
func.h3_line(h3, a_h3)
Analyze Examples
func.h3_line(599119489002373119, 599119491149856767)
┌──────────────────────────────────────────────────────┐
│ func.h3_line(599119489002373119, 599119491149856767) │
├──────────────────────────────────────────────────────┤
│ [599119489002373119,599119491149856767] │
└──────────────────────────────────────────────────────┘
SQL Syntax
H3_LINE(h3, a_h3)
SQL Examples
SELECT H3_LINE(599119489002373119, 599119491149856767);
┌─────────────────────────────────────────────────┐
│ h3_line(599119489002373119, 599119491149856767) │
├─────────────────────────────────────────────────┤
│ [599119489002373119,599119491149856767] │
└─────────────────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)