GridDisk
This section contains reference documentation for the gridDisk function.
Last updated
Was this helpful?
This section contains reference documentation for the gridDisk function.
Returns the center H3 cell together with all cells within k grid steps of it.
gridDisk(h3Index, k)
h3Index
Center H3 index.
k
Non-negative grid distance from the center cell. 0 returns only the input cell.
SELECT gridDisk(0x8928308280fffff, 0) AS cells
FROM ignoreMe;[617700169958293503]
Last updated
Was this helpful?
Was this helpful?

