Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@ It is only supported in the xref:clauses/use.adoc[`USE`] clause.
| xref:functions/predicate.adoc#functions-all[`all()`]
| Returns true if the predicate holds for all elements in the given `LIST<ANY>`.

| xref:functions/predicate.adoc#functions-allreduce[`allReduce()`]
| 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.
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.

| xref:functions/predicate.adoc#functions-any[`any()`]
| Returns true if the predicate holds for at least one element in the given `LIST<ANY>`.

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/appendix/gql-conformance/index.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:description: Overview of Cypher's conformance to GQL.
= GQL conformance

*Last updated*: 18 June 2025 +
*Neo4j version*: 2025.06
*Last updated*: 2 September 2025 +
*Neo4j version*: 2025.08

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

Expand Down