Skip to content

Returns the indexes contained by h3 at resolution child_res.

func.h3_to_children(h3, child_res)
func.h3_to_children(635318325446452991, 14)
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ func.h3_to_children(635318325446452991, 14) │
├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
[639821925073823431,639821925073823439,639821925073823447,639821925073823455,639821925073823463,639821925073823471,639821925073823479]
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
H3_TO_CHILDREN(h3, child_res)
SELECT H3_TO_CHILDREN(635318325446452991, 14);
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ h3_to_children(635318325446452991, 14) │
├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ [639821925073823431,639821925073823439,639821925073823447,639821925073823455,639821925073823463,639821925073823471,639821925073823479] │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘