Skip to content

Commit d1bf010

Browse files
allReduce to additional Cypher GQL appendix page (#1381)
1 parent 903f13a commit d1bf010

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

modules/ROOT/pages/appendix/gql-conformance/additional-cypher.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ It is only supported in the xref:clauses/use.adoc[`USE`] clause.
330330
| xref:functions/predicate.adoc#functions-all[`all()`]
331331
| Returns true if the predicate holds for all elements in the given `LIST<ANY>`.
332332

333+
| xref:functions/predicate.adoc#functions-allreduce[`allReduce()`]
334+
| 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.
335+
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.
336+
333337
| xref:functions/predicate.adoc#functions-any[`any()`]
334338
| Returns true if the predicate holds for at least one element in the given `LIST<ANY>`.
335339

modules/ROOT/pages/appendix/gql-conformance/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:description: Overview of Cypher's conformance to GQL.
22
= GQL conformance
33

4-
*Last updated*: 18 June 2025 +
5-
*Neo4j version*: 2025.06
4+
*Last updated*: 2 September 2025 +
5+
*Neo4j version*: 2025.08
66

77
GQL is the new link:https://www.iso.org/home.html[ISO] International Standard query language for graph databases.
88

0 commit comments

Comments
 (0)