Skip to content

Commit d3af913

Browse files
committed
added entry for NEXT update in additions
1 parent b0a40a5 commit d3af913

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@ For more information, see xref:queries/select-version.adoc[].
3232
| Feature
3333
| Details
3434

35+
a|
36+
label:functionality[]
37+
label:updated[]
38+
[source, cypher]
39+
----
40+
RETURN 1 AS a
41+
42+
NEXT
43+
44+
RETURN 1 AS b
45+
----
46+
47+
| The behavior of `NEXT` has been updated - where previously it only passed return values from one segment to the next, now it passes the whole table of intermediate results.
48+
For more information, see xref:queries/composed-queries/sequential-queries.adoc[].
49+
3550
a|
3651
label:functionality[]
3752
label:updated[]
@@ -65,8 +80,8 @@ RETURN [i IN n \| i.x] AS sequence
6580
ORDER BY head(n).x, size(n)
6681
----
6782

68-
| New xref:functions/predicate.adoc#functions-allreduce[`allReduce()`] function.
69-
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.
83+
| The `NEXT` keyword used for linear composition of queries.
84+
For more information, see xref:queries/composed-queries/sequential-queries.adoc[]
7085
|===
7186

7287

0 commit comments

Comments
 (0)