H3_TO_CHILDREN (Lakehouse v1)
Returns the indexes contained by h3 at resolution child_res.
Analyze Syntax
Section titled “Analyze Syntax”func.h3_to_children(h3, child_res)Analyze Examples
Section titled “Analyze Examples”func.h3_to_children(635318325446452991, 14)
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐│ func.h3_to_children(635318325446452991, 14) │├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤│ [639821925073823431,639821925073823439,639821925073823447,639821925073823455,639821925073823463,639821925073823471,639821925073823479] │└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”H3_TO_CHILDREN(h3, child_res)SQL Examples
Section titled “SQL Examples”SELECT H3_TO_CHILDREN(635318325446452991, 14);
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐│ h3_to_children(635318325446452991, 14) │├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤│ [639821925073823431,639821925073823439,639821925073823447,639821925073823455,639821925073823463,639821925073823471,639821925073823479] │└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘