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
1 change: 1 addition & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
** xref:expressions/mathematical-operators.adoc[]
** xref:expressions/string-operators.adoc[]
** xref:expressions/temporal-operators.adoc[]
** xref:expressions/list-expressions.adoc[]
** xref:expressions/conditional-expressions.adoc[]

* xref:functions/index.adoc[]
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/images/list_expressions_graph.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 @@ -623,7 +623,7 @@ GQL supports `GRAPH TYPES` as a way of constraining a graph schema, but does not
| xref:syntax/operators.adoc#query-operator-comparison-string-specific[`STARTS WITH`, `CONTAINS`, `ENDS WITH`, and regular expressions].
| `STRING` comparison operators.

| xref:syntax/operators.adoc#query-operators-list[`IN`]
| xref:expressions/predicates/list-operators.adoc[`IN`]
| `IN` predicate for `LIST` values.

|===
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/expressions/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ For details and examples of specific expressions, see the following sections:
* xref:expressions/mathematical-operators.adoc[]: `+`, `-`, `*`, `/`, `%`, `^`.
* xref:expressions/string-operators.adoc[]: `+`, `||`
* xref:expressions/temporal-operators.adoc[]: `+`, `-`, `*`, `/`
* xref:expressions/list-expressions.adoc[]: information about list concatenation operators (`||`, `+`), list element access, list slicing, and list as well as pattern comprehensions.
* xref:expressions/conditional-expressions.adoc[]

Loading