Skip to content

Commit b715d18

Browse files
Merge branch 'dev' into allreduce
2 parents 11c1f15 + fc97cdc commit b715d18

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

modules/ROOT/pages/clauses/listing-functions.adoc

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -254,19 +254,17 @@ WHERE name STARTS WITH 'a'
254254
|===
255255
| name | isBuiltIn
256256

257-
| "abs" | true
258-
| "abs" | true
259-
| "acos" | true
260-
| "all" | true
261-
| "any" | true
262-
| "asin" | true
263-
| "atan" | true
257+
| "abs" | true
258+
| "acos" | true
259+
| "all" | true
260+
| "allReduce" | true
261+
| "any" | true
262+
| "asin" | true
263+
| "atan" | true
264264
| "atan2" | true
265-
| "avg" | true
266-
| "avg" | true
267-
| "avg" | true
265+
| "avg" | true
268266

269-
2+d|Rows: 11
267+
2+d|Rows: 9
270268
|===
271269

272270

modules/ROOT/pages/patterns/match-modes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,5 @@ The quantified path pattern may yield an infinite number of rows under match mod
261261
[[further-reading]]
262262
== Further reading
263263

264-
* link:https://medium.com/neo4j/i-would-walk-500-miles-5d23c33d967f[Neo4j Developer Blog: I Would Walk 500 Miles]
264+
* link:https://neo4j.com/blog/developer/i-would-walk-500-miles/[Neo4j Developer Blog: I Would Walk 500 Miles]
265+
* link:https://neo4j.com/blog/developer/query-chomp-repeat/[Neo4j Developer Blog: Query, Chomp, Repeat]

0 commit comments

Comments
 (0)