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

H3_INDEXES_ARE_NEIGHBORS



Returns whether or not the provided H3 indexes are neighbors.

Syntax

H3_INDEXES_ARE_NEIGHBORS(h3, a_h3)

Examples

SELECT H3_INDEXES_ARE_NEIGHBORS(644325524701193974, 644325524701193897); ┌──────────────────────────────────────────────────────────────────┐ │ h3_indexes_are_neighbors(644325524701193974, 644325524701193897) │ ├──────────────────────────────────────────────────────────────────┤ │ true │ └──────────────────────────────────────────────────────────────────┘

Was this page helpful?