Skip to content

Commit f6b4dfd

Browse files
JPryce-Aklundhhvub
andauthored
FILTER documentation (#1198)
Co-authored-by: Hannes Voigt <[email protected]>
1 parent e908f41 commit f6b4dfd

File tree

10 files changed

+335
-14
lines changed

10 files changed

+335
-14
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
** xref:clauses/call.adoc[]
1616
** xref:clauses/create.adoc[]
1717
** xref:clauses/delete.adoc[]
18+
** xref:clauses/filter.adoc[]
1819
** xref:clauses/finish.adoc[]
1920
** xref:clauses/foreach.adoc[]
2021
** xref:clauses/limit.adoc[]
Lines changed: 1 addition & 0 deletions
Loading

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ These codes order the features in the table below.
3131
| * GQL's `PERCENTILE_CONT()` function is equivalent to Cypher's xref:functions/aggregating.adoc#functions-percentilecont[`percentileCont()`] function.
3232
* GQL's `PERCENTILE_DISC()` function is equivalent to Cypher's xref:functions/aggregating.adoc#functions-percentiledisc[`percentileDisc()`] function.
3333

34-
| GQ08
35-
| `FILTER` statement
36-
| Selects a subset of the records of the current working table.
37-
Cypher uses xref:clauses/with.adoc[`WITH`] instead.
38-
3934
| GQ09
4035
| `LET` statement
4136
| Adds columns to the current working table.

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

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

4-
*Last updated*: 21 February 2025 +
4+
*Last updated*: 27 February 2025 +
55
*Neo4j version*: 2025.03
66

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

modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ For example, GQL’s graph reference values `CURRENT_GRAPH` and `CURRENT_PROPERT
173173
| xref:queries/composed-queries/combined-queries.adoc[`UNION`]
174174
|
175175

176+
| GQ08
177+
| `FILTER` statement
178+
| xref:clauses/filter.adoc[`FILTER`]
179+
|
180+
176181
| GQ13
177182
| `ORDER BY` and page statement: `LIMIT`
178183
| xref:clauses/limit.adoc[`LIMIT`], xref:clauses/order-by.adoc[`ORDER BY`]

0 commit comments

Comments
 (0)