Skip to content

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

func.h3_num_hexagons(res)
func.h3_num_hexagons(10)
┌──────────────────────────┐
│ func.h3_num_hexagons(10) │
├──────────────────────────┤
33897029882
└──────────────────────────┘
H3_NUM_HEXAGONS(res)
SELECT H3_NUM_HEXAGONS(10);
┌─────────────────────┐
│ h3_num_hexagons(10) │
├─────────────────────┤
33897029882
└─────────────────────┘