H3_LINE

Learn how to use the H3_LINE utility function in PlaidCloud Lakehouse. Returns the line of indexes between the given two H3 indexes. With syntax and examples.

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]         
└─────────────────────────────────────────────────┘