H3_TO_CENTER_CHILD
Returns the center child index at the specified resolution.
Analyze Syntax
func.h3_to_center_child(h3, res)
Analyze Examples
func.h3_to_center_child(599119489002373119, 15)
┌─────────────────────────────────────────────────┐
│ func.h3_to_center_child(599119489002373119, 15) │
├─────────────────────────────────────────────────┤
│ 644155484202336256 │
└─────────────────────────────────────────────────┘
SQL Syntax
H3_TO_CENTER_CHILD(h3, res)
SQL Examples
SELECT H3_TO_CENTER_CHILD(599119489002373119, 15);
┌────────────────────────────────────────────┐
│ h3_to_center_child(599119489002373119, 15) │
├────────────────────────────────────────────┤
│ 644155484202336256 │
└────────────────────────────────────────────┘
Last modified April 22, 2024 at 9:20 PM EST: updating h3 functions (5e2f42f)