Skip to content

Commit dd1dfb6

Browse files
committed
Update Documentation.md
Update the description for the toChildren functions.
1 parent 08a4166 commit dd1dfb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,13 +1329,13 @@ If resolutionExpr is smaller than the maximum resolution of the H3 cell in the i
13291329
-2
13301330

13311331
## com.neo4jh3.tochildren( h3CellIdExpr, resolutionExpr )
1332-
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.
13331333

13341334
### Syntax
13351335
CALL com.neo4jh3.tochildren(h3CellIdExpr, resolutionExpr) yield value return value;
13361336

13371337
### Arguments
1338-
* h3CellIdExpr: A STRING expression representing an H3 cell ID.
1338+
* h3CellIdExpr: A LONG expression representing an H3 cell ID.
13391339
* 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.
13401340

13411341
### Returns
@@ -1356,7 +1356,7 @@ If h3CellIdExpr is invalid, the function returns -1
13561356
-2
13571357

13581358
## com.neo4jh3.tochildrenString( h3CellIdExpr, resolutionExpr )
1359-
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.
1359+
Returns an array of the children H3 cells of the input H3 cell at the specified resolution.
13601360

13611361
### Syntax
13621362
CALL com.neo4jh3.tochildrenString(h3CellIdExpr, resolutionExpr) yield value return value;

0 commit comments

Comments
 (0)