Supported in: Batch, Streaming
Uncompact H3 indices to the specified resolution. All input indices must be at a resolution less than or equal to the requested resolution or this transform will return null. If any of the input indices are invalid this transform will return null. Output indices are sorted in ascending order.
Expression categories: Geospatial
Output type: Array<H3 Index>
Argument values:
h3_set
resolution
h3_set | resolution | Output |
---|---|---|
[ 86754e64fffffff, 87754a914ffffff, 87754a916ffffff, 87754a930ffffff, 87754a932ffffff, 87754a933ffff... | 7 | [ 87754a914ffffff, 87754a916ffffff, 87754a930ffffff, 87754a932ffffff, 87754a933ffffff, 87754a934ffff... |
Argument values:
h3_set
resolution
h3_set | resolution | Output |
---|---|---|
null | 7 | null |
[ 86754e64fffffff, 87754a914ffffff, 87754a916ffffff, 87754a930ffffff, 87754a932ffffff, 87754a933ffff... | null | null |
null | null | null |
Argument values:
h3_set
resolution
h3_set | resolution | Output |
---|---|---|
[ 87754e648ffffff, 87754e648ffffff ] | 7 | [ 87754e648ffffff ] |
Argument values:
h3_set
resolution
h3_set | resolution | Output |
---|---|---|
[ 87754e648ffffff ] | 7 | [ 87754e648ffffff ] |
Argument values:
h3_set
resolution
h3_set | resolution | Output |
---|---|---|
[ 87754e648ffffff ] | 6 | null |
Argument values:
h3_set
resolution
h3_set | resolution | Output |
---|---|---|
[ Invalid h3 index ] | 7 | null |