Skip to content

Commit 1c41f88

Browse files
Expressions for Cypher 5 (#1248)
1 parent 0bdbde1 commit 1c41f88

File tree

63 files changed

+3646
-2331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3646
-2331
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* xref:queries/index.adoc[]
77
** xref:queries/concepts.adoc[]
88
** xref:queries/basic.adoc[]
9-
** xref:queries/expressions.adoc[]
10-
** xref:queries/case.adoc[]
9+
** xref:queries/combined-queries.adoc[]
1110
1211
* xref:clauses/index.adoc[]
1312
** xref:clauses/clause-composition.adoc[]
@@ -31,7 +30,6 @@
3130
** xref:clauses/transaction-clauses.adoc#query-listing-transactions[SHOW TRANSACTIONS]
3231
** xref:clauses/skip.adoc[]
3332
** xref:clauses/transaction-clauses.adoc#query-terminate-transactions[TERMINATE TRANSACTIONS]
34-
** xref:clauses/union.adoc[]
3533
** xref:clauses/unwind.adoc[]
3634
** xref:clauses/use.adoc[]
3735
** xref:clauses/where.adoc[]
@@ -52,16 +50,32 @@
5250
** xref:patterns/non-linear-patterns.adoc[]
5351
** xref:patterns/reference.adoc[]
5452
55-
5653
* xref:values-and-types/index.adoc[]
57-
** xref:values-and-types/property-structural-constructed.adoc[]
58-
** xref:values-and-types/temporal.adoc[]
59-
** xref:values-and-types/spatial.adoc[]
60-
** xref:values-and-types/working-with-null.adoc[]
61-
** xref:values-and-types/lists.adoc[]
62-
** xref:values-and-types/maps.adoc[]
63-
** xref:values-and-types/casting-data.adoc[]
64-
** xref:values-and-types/type-predicate.adoc[]
54+
** xref::values-and-types/property-structural-constructed.adoc[]
55+
** xref:values-and-types/boolean-numeric-string.adoc[]
56+
** xref::values-and-types/temporal.adoc[]
57+
** xref::values-and-types/spatial.adoc[]
58+
** xref::values-and-types/lists.adoc[]
59+
** xref::values-and-types/maps.adoc[]
60+
** xref::values-and-types/working-with-null.adoc[]
61+
** xref::values-and-types/casting-data.adoc[]
62+
** xref:values-and-types/ordering-equality-comparison.adoc[]
63+
64+
* xref:expressions/index.adoc[]
65+
** xref:expressions/predicates/index.adoc[]
66+
*** xref:expressions/predicates/boolean-operators.adoc[]
67+
*** xref:expressions/predicates/comparison-operators.adoc[]
68+
*** xref:expressions/predicates/list-operators.adoc[]
69+
*** xref:expressions/predicates/string-operators.adoc[]
70+
*** xref:expressions/predicates/path-pattern-expressions.adoc[]
71+
*** xref:expressions/predicates/type-predicate-expressions.adoc[]
72+
** xref:expressions/node-relationship-operators.adoc[]
73+
** xref:expressions/mathematical-operators.adoc[]
74+
** xref:expressions/string-operators.adoc[]
75+
** xref:expressions/temporal-operators.adoc[]
76+
** xref:expressions/list-expressions.adoc[]
77+
** xref:expressions/map-expressions.adoc[]
78+
** xref:expressions/conditional-expressions.adoc[]
6579
6680
* xref:functions/index.adoc[]
6781
** xref:functions/aggregating.adoc[]
@@ -81,7 +95,6 @@
8195
** xref:functions/user-defined.adoc[]
8296
** xref:functions/vector.adoc[]
8397
84-
8598
* xref:genai-integrations.adoc[]
8699
* xref:indexes/index.adoc[]
87100
** xref:indexes/search-performance-indexes/overview.adoc[]
@@ -118,7 +131,6 @@
118131
** xref:syntax/variables.adoc[]
119132
** xref:syntax/keywords.adoc[]
120133
** xref:syntax/parameters.adoc[]
121-
** xref:syntax/operators.adoc[]
122134
** xref:syntax/comments.adoc[]
123135
124136
* xref:deprecations-additions-removals-compatibility.adoc[]
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)