H3_INDEXES_ARE_NEIGHBORS (Lakehouse v1)
Returns whether or not the provided H3 indexes are neighbors.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_indexes_are_neighbors(h3, a_h3)Analyze Examples
Section titled “Analyze Examples”func.h3_indexes_are_neighbors(644325524701193974, 644325524701193897)
┌───────────────────────────────────────────────────────────────────────┐│ func.h3_indexes_are_neighbors(644325524701193974, 644325524701193897) │├───────────────────────────────────────────────────────────────────────┤│ true │└───────────────────────────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_INDEXES_ARE_NEIGHBORS(h3, a_h3)SQL Examples
Section titled “SQL Examples”SELECT H3_INDEXES_ARE_NEIGHBORS(644325524701193974, 644325524701193897);
┌──────────────────────────────────────────────────────────────────┐│ h3_indexes_are_neighbors(644325524701193974, 644325524701193897) │├──────────────────────────────────────────────────────────────────┤│ true │└──────────────────────────────────────────────────────────────────┘