Skip to content

Commit 12d4ee7

Browse files
committed
fixed a copy-paste error
1 parent d3af913 commit 12d4ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ RETURN [i IN n \| i.x] AS sequence
8080
ORDER BY head(n).x, size(n)
8181
----
8282

83-
| The `NEXT` keyword used for linear composition of queries.
84-
For more information, see xref:queries/composed-queries/sequential-queries.adoc[]
83+
| New xref:functions/predicate.adoc#functions-allreduce[`allReduce()`] function.
84+
It enables the stepwise evaluation of a value accumulated over a path, allowing for early pruning of paths that do not satisfy a given predicate, and is optimized for path expansions.
8585
|===
8686

8787

0 commit comments

Comments
 (0)