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

H3_HEX_AREA_KM2



Returns the average hexagon area in square kilometers at the given resolution. Excludes pentagons.

Syntax

H3_HEX_AREA_KM2(res)

Examples

SELECT H3_HEX_AREA_KM2(1); ┌────────────────────┐ │ h3_hex_area_km2(1) │ ├────────────────────┤ │ 609788.4417941332 │ └────────────────────┘

Was this page helpful?