SQL FunctionsGeography FunctionsH3_NUM_HEXAGONSOn this pageH3_NUM_HEXAGONSReturns the number of unique H3 indexes at the given resolution. Syntax H3_NUM_HEXAGONS(res) Examples SELECT H3_NUM_HEXAGONS(10);┌─────────────────────┐│ h3_num_hexagons(10) │├─────────────────────┤│ 33897029882 │└─────────────────────┘