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

H3_HEX_AREA_M2



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

Syntax

H3_HEX_AREA_M2(res)

Examples

SELECT H3_HEX_AREA_M2(1); ┌───────────────────┐ │ h3_hex_area_m2(1) │ ├───────────────────┤ │ 609788441794.1339 │ └───────────────────┘

Was this page helpful?