You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the H3 cells that are within (grid) distance k of the origin cell. The set of these H3 cells is called the k-ring of the origin cell.
1332
+
Returns an array of the children H3 cells of the input H3 cell at the specified resolution.
1333
1333
1334
1334
### Syntax
1335
1335
CALL com.neo4jh3.tochildren(h3CellIdExpr, resolutionExpr) yield value return value;
1336
1336
1337
1337
### Arguments
1338
-
* h3CellIdExpr: A STRING expression representing an H3 cell ID.
1338
+
* h3CellIdExpr: A LONG expression representing an H3 cell ID.
1339
1339
* resolutionExpr: An INT expression, whose value is expected to be between h3_resolution(h3CellIdExpr) and 15 inclusive, specifying the resolution of the children H3 cell IDs.
1340
1340
1341
1341
### Returns
@@ -1356,7 +1356,7 @@ If h3CellIdExpr is invalid, the function returns -1
0 commit comments