H3_NUM_HEXAGONS

Returns the number of unique H3 indexes at the given resolution.

Analyze Syntax

func.h3_num_hexagons(res)

Analyze Examples

func.h3_num_hexagons(10)

┌──────────────────────────┐
 func.h3_num_hexagons(10) 
├──────────────────────────┤
              33897029882 
└──────────────────────────┘

SQL Syntax

H3_NUM_HEXAGONS(res)

SQL Examples

SELECT H3_NUM_HEXAGONS(10);

┌─────────────────────┐
 h3_num_hexagons(10) 
├─────────────────────┤
         33897029882 
└─────────────────────┘