Skip to content

Predicate expressions #1190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 35 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
605531c
initial
JPryce-Aklundh Jan 14, 2025
976a781
initial
JPryce-Aklundh Jan 15, 2025
e88693a
begin conditional subqueries
JPryce-Aklundh Jan 16, 2025
a95db76
more
JPryce-Aklundh Jan 21, 2025
53bc25e
Merge branch 'cypher-25' into conditional_clause
JPryce-Aklundh Jan 21, 2025
1bc1696
add example on call page
JPryce-Aklundh Jan 21, 2025
e0ed7f8
moreä
JPryce-Aklundh Jan 22, 2025
321ce0d
big rethink
JPryce-Aklundh Jan 22, 2025
5d3f336
gql and additions info, and much more
JPryce-Aklundh Jan 23, 2025
83a0bbf
more
JPryce-Aklundh Jan 24, 2025
13ff154
more
JPryce-Aklundh Jan 27, 2025
6e6da66
more and more
JPryce-Aklundh Jan 28, 2025
c5c90c1
update
JPryce-Aklundh Jan 28, 2025
24bd2f4
minor updates
JPryce-Aklundh Jan 28, 2025
3fe693f
fix image etc
JPryce-Aklundh Jan 28, 2025
1f27b1c
syntax attempt
JPryce-Aklundh Jan 29, 2025
9e6ec01
syntax update
JPryce-Aklundh Jan 29, 2025
6baa37f
syntax is complicated
JPryce-Aklundh Jan 29, 2025
b5ca1b2
review corrections
JPryce-Aklundh Jan 30, 2025
e7adf62
add count example
JPryce-Aklundh Feb 3, 2025
170787f
Merge branch 'conditional_clause' into predicated_playgrounds
JPryce-Aklundh Feb 5, 2025
cc24b23
initital
JPryce-Aklundh Feb 5, 2025
21145be
equality and order
JPryce-Aklundh Feb 10, 2025
2142851
restructuring
JPryce-Aklundh Feb 14, 2025
163de5b
rewrite where
JPryce-Aklundh Feb 14, 2025
c5ca00f
everything but path pattern expressions
JPryce-Aklundh Feb 18, 2025
6a00039
path pattern expressions
JPryce-Aklundh Feb 19, 2025
abfdee8
fix conflicts
JPryce-Aklundh Feb 21, 2025
23005f2
clean up
JPryce-Aklundh Feb 24, 2025
e327137
new ordering and equality page
JPryce-Aklundh Feb 24, 2025
2925cc4
change to predicates
JPryce-Aklundh Feb 25, 2025
50ba639
post review additions and corrections
JPryce-Aklundh Feb 26, 2025
ca9e51d
fix list examples
JPryce-Aklundh Feb 26, 2025
1e75deb
clean up
JPryce-Aklundh Feb 26, 2025
bc5ae2e
add example and clean up
JPryce-Aklundh Feb 27, 2025
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
19 changes: 12 additions & 7 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
** xref:clauses/where.adoc[]
** xref:clauses/with.adoc[]

* xref:expressions/index.adoc[]
** xref:expressions/expressions-overview.adoc[]
** xref:expressions/conditional-expressions.adoc[]

* xref:subqueries/index.adoc[]
** xref:subqueries/call-subquery.adoc[]
** xref:subqueries/subqueries-in-transactions.adoc[]
Expand All @@ -56,7 +52,6 @@
** xref:patterns/non-linear-patterns.adoc[]
** xref:patterns/reference.adoc[]


* xref:values-and-types/index.adoc[]
** xref:values-and-types/property-structural-constructed.adoc[]
** xref:values-and-types/temporal.adoc[]
Expand All @@ -65,7 +60,18 @@
** xref:values-and-types/lists.adoc[]
** xref:values-and-types/maps.adoc[]
** xref:values-and-types/casting-data.adoc[]
** xref:values-and-types/type-predicate.adoc[]
** xref:values-and-types/ordering-equality-comparison.adoc[]

* xref:expressions/index.adoc[]
** xref:expressions/expressions-overview.adoc[]
** xref:expressions/predicates/index.adoc[]
*** xref:expressions/predicates/boolean-operators.adoc[]
*** xref:expressions/predicates/comparison-operators.adoc[]
*** xref:expressions/predicates/list-operators.adoc[]
*** xref:expressions/predicates/string-operators.adoc[]
*** xref:expressions/predicates/path-pattern-expressions.adoc[]
*** xref:expressions/predicates/type-predicate-expressions.adoc[]
** xref:expressions/conditional-expressions.adoc[]

* xref:functions/index.adoc[]
** xref:functions/aggregating.adoc[]
Expand All @@ -85,7 +91,6 @@
** xref:functions/user-defined.adoc[]
** xref:functions/vector.adoc[]


* xref:genai-integrations.adoc[]
* xref:indexes/index.adoc[]
** xref:indexes/search-performance-indexes/overview.adoc[]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/images/graph_where_clause.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions modules/ROOT/images/path_pattern_expressions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions modules/ROOT/images/predicate_operators.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ This is currently not available in Cypher.

| 19.5
| <null predicate>
| xref:values-and-types/type-predicate.adoc#type-predicate-null[Type predicate expressions for `NULL`]
| xref:expressions/predicates/type-predicate-expressions.adoc#type-predicate-null[Type predicate expressions for `NULL`]
|

| 19.6
| <value type predicate>
| xref:values-and-types/type-predicate.adoc#[]
| xref:expressions/predicates/type-predicate-expressions.adoc#[]
|

| 19.7
Expand Down
Loading