📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

H3_LINE



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

Syntax

H3_LINE(h3, a_h3)

Examples

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

Was this page helpful?