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

H3_EDGE_ANGLE



Returns the average length of the H3 hexagon edge in grades.

Syntax

H3_EDGE_ANGLE(res)

Examples

SELECT H3_EDGE_ANGLE(10); ┌───────────────────────┐ │ h3_edge_angle(10) │ ├───────────────────────┤ │ 0.0006822586214153981 │ └───────────────────────┘

Was this page helpful?