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

H3_TO_CHILDREN



Returns the indexes contained by h3 at resolution child_res.

Syntax

H3_TO_CHILDREN(h3, child_res)

Examples

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

Was this page helpful?