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

H3_TO_CENTER_CHILD



Returns the center child index at the specified resolution.

Syntax

H3_TO_CENTER_CHILD(h3, res)

Examples

SELECT H3_TO_CENTER_CHILD(599119489002373119, 15); ┌────────────────────────────────────────────┐ │ h3_to_center_child(599119489002373119, 15) │ ├────────────────────────────────────────────┤ │ 644155484202336256 │ └────────────────────────────────────────────┘

Was this page helpful?