H3_LINE (Lakehouse v1)
Returns the line of indexes between the given two H3 indexes.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_line(h3, a_h3)Analyze Examples
Section titled “Analyze Examples”func.h3_line(599119489002373119, 599119491149856767)
┌──────────────────────────────────────────────────────┐│ func.h3_line(599119489002373119, 599119491149856767) │├──────────────────────────────────────────────────────┤│ [599119489002373119,599119491149856767] │└──────────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_LINE(h3, a_h3)SQL Examples
Section titled “SQL Examples”SELECT H3_LINE(599119489002373119, 599119491149856767);
┌─────────────────────────────────────────────────┐│ h3_line(599119489002373119, 599119491149856767) │├─────────────────────────────────────────────────┤│ [599119489002373119,599119491149856767] │└─────────────────────────────────────────────────┘