H3_TO_CENTER_CHILD (Lakehouse v1)
Returns the center child index at the specified resolution.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_to_center_child(h3, res)Analyze Examples
Section titled “Analyze Examples”func.h3_to_center_child(599119489002373119, 15)
┌─────────────────────────────────────────────────┐│ func.h3_to_center_child(599119489002373119, 15) │├─────────────────────────────────────────────────┤│ 644155484202336256 │└─────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_TO_CENTER_CHILD(h3, res)SQL Examples
Section titled “SQL Examples”SELECT H3_TO_CENTER_CHILD(599119489002373119, 15);
┌────────────────────────────────────────────┐│ h3_to_center_child(599119489002373119, 15) │├────────────────────────────────────────────┤│ 644155484202336256 │└────────────────────────────────────────────┘