📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

H3_NUM_HEXAGONS



Returns 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 │ └─────────────────────┘

Was this page helpful?