H3_GET_BASE_CELL (Lakehouse v1)
Returns the base cell number of the given H3 index.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_get_base_cell(h3)Analyze Examples
Section titled “Analyze Examples”func.h3_get_base_cell(644325524701193974)
┌───────────────────────────────────────────┐│ func.h3_get_base_cell(644325524701193974) │├───────────────────────────────────────────┤│ 8 │└───────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_GET_BASE_CELL(h3)SQL Examples
Section titled “SQL Examples”SELECT H3_GET_BASE_CELL(644325524701193974);
┌──────────────────────────────────────┐│ h3_get_base_cell(644325524701193974) │├──────────────────────────────────────┤│ 8 │└──────────────────────────────────────┘