H3_INDEXES_ARE_NEIGHBORS
Returns whether or not the provided H3 indexes are neighbors.
Analyze Syntax
func.h3_indexes_are_neighbors(h3, a_h3)
Analyze Examples
func.h3_indexes_are_neighbors(644325524701193974, 644325524701193897)
┌───────────────────────────────────────────────────────────────────────┐
│ func.h3_indexes_are_neighbors(644325524701193974, 644325524701193897) │
├───────────────────────────────────────────────────────────────────────┤
│ true │
└───────────────────────────────────────────────────────────────────────┘
SQL Syntax
H3_INDEXES_ARE_NEIGHBORS(h3, a_h3)
SQL Examples
SELECT H3_INDEXES_ARE_NEIGHBORS(644325524701193974, 644325524701193897);
┌──────────────────────────────────────────────────────────────────┐
│ h3_indexes_are_neighbors(644325524701193974, 644325524701193897) │
├──────────────────────────────────────────────────────────────────┤
│ true │
└──────────────────────────────────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)