Skip to content

Commit 0f51f03

Browse files
allReduce Cypher 25 label
1 parent 3191ccb commit 0f51f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/pages/functions/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ These functions return either true or false for the given arguments.
377377
1.1+| xref::functions/predicate.adoc#functions-allreduce[`allReduce()`]
378378
| `allReduce(accumulator = initial, stepVariable IN list \| reductionFunction, predicate) :: BOOLEAN`
379379
| Returns true if, during the stepwise evaluation of a value across the elements in a given `LIST<ANY>`, the accumulated result satisfies a specified predicate at every step.
380-
Where that list is a group variable defined in a quantified path pattern, it allows for the early pruning of paths that do not satisfy the predicate. label:new[Introduced in Neo4j 2025.08]
380+
Where that list is a group variable defined in a quantified path pattern, it allows for the early pruning of paths that do not satisfy the predicate. label:cypher[Cypher 25 only] label:new[Introduced in Neo4j 2025.08]
381381

382382
1.1+| xref::functions/predicate.adoc#functions-any[`any()`]
383383
| `any(variable :: ANY, list :: LIST<ANY>, predicate :: ANY) :: BOOLEAN`

modules/ROOT/pages/functions/predicate.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RETURN all(i in emptyList WHERE true) as allTrue, all(i in emptyList WHERE false
103103
======
104104

105105
[[functions-allreduce]]
106-
[role=label--new-2025.08]
106+
[role=label--new-2025.08 label--cypher-25-only]
107107
== allReduce()
108108

109109
.Details

0 commit comments

Comments
 (0)