H3_NUM_HEXAGONS (Lakehouse v1)
Returns the number of unique H3 indexes at the given resolution.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_num_hexagons(res)Analyze Examples
Section titled “Analyze Examples”func.h3_num_hexagons(10)
┌──────────────────────────┐│ func.h3_num_hexagons(10) │├──────────────────────────┤│ 33897029882 │└──────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_NUM_HEXAGONS(res)SQL Examples
Section titled “SQL Examples”SELECT H3_NUM_HEXAGONS(10);
┌─────────────────────┐│ h3_num_hexagons(10) │├─────────────────────┤│ 33897029882 │└─────────────────────┘