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
14 changes: 8 additions & 6 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,18 @@
** xref:functions/graph.adoc[]
** xref:functions/list.adoc[]
** xref:functions/load-csv.adoc[]
** xref:functions/mathematical-logarithmic.adoc[]
** xref:functions/mathematical-numeric.adoc[]
** xref:functions/mathematical-trigonometric.adoc[]
** Mathematical functions
*** xref:functions/mathematical-logarithmic.adoc[]
*** xref:functions/mathematical-numeric.adoc[]
*** xref:functions/mathematical-trigonometric.adoc[]
** xref:functions/predicate.adoc[]
** xref:functions/scalar.adoc[]
** xref:functions/spatial.adoc[]
** xref:functions/string.adoc[]
** xref:functions/temporal/duration.adoc[]
** xref:functions/temporal/index.adoc[]
** xref:functions/temporal/format.adoc[]
** Temporal functions
*** xref:functions/temporal/duration.adoc[]
*** xref:functions/temporal/index.adoc[]
*** xref:functions/temporal/format.adoc[]
** xref:functions/user-defined.adoc[]
** xref:functions/vector.adoc[]

Expand Down
20 changes: 14 additions & 6 deletions modules/ROOT/pages/functions/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,12 @@ LOAD CSV functions can be used to get information about the file that is process
|===


[[header-query-functions-mathematical]]
== Mathematical functions


[[header-query-functions-logarithmic]]
== Logarithmic functions
=== Logarithmic functions

These functions all operate on numerical expressions only, and will return an error if used on any other values.

Expand Down Expand Up @@ -240,7 +244,7 @@ These functions all operate on numerical expressions only, and will return an er


[[header-query-functions-numeric]]
== Numeric functions
=== Numeric functions

These functions all operate on numerical expressions only, and will return an error if used on any other values.

Expand Down Expand Up @@ -280,7 +284,7 @@ These functions all operate on numerical expressions only, and will return an er


[[header-query-functions-trigonometric]]
== Trigonometric functions
=== Trigonometric functions

These functions all operate on numerical expressions only, and will return an error if used on any other values.

Expand Down Expand Up @@ -613,8 +617,12 @@ If the points are in a Cartesian CRS, the function returns the Euclidean distanc
|===


[[header-query-functions-temporal]]
== Temporal functions


[[header-query-functions-temporal-duration]]
== Temporal duration functions
=== Duration functions

`DURATION` values of the xref::values-and-types/temporal.adoc[temporal types] can be created manipulated using the following functions:

Expand Down Expand Up @@ -645,7 +653,7 @@ If the points are in a Cartesian CRS, the function returns the Euclidean distanc
|===

[[header-query-functions-temporal-instant-types]]
== Temporal instant types functions
=== Instant type functions

Values of the xref::values-and-types/temporal.adoc[temporal types] -- `DATE`, `ZONED TIME`, `LOCAL TIME`, `ZONED DATETIME`, and `LOCAL DATETIME` -- can be created manipulated using the following functions:

Expand Down Expand Up @@ -766,7 +774,7 @@ Values of the xref::values-and-types/temporal.adoc[temporal types] -- `DATE`, `Z

[role=label--cypher-25-only label--new-Neo4j-2025.09]
[[header-query-functions-temporal-format]]
== Temporal format functions
=== Format functions

These functions format temporal instance and duration values:

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/functions/mathematical-logarithmic.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:table-caption!:

[[query-functions-logarithmic]]
= Mathematical functions - logarithmic
= Logarithmic functions

Logarithmic mathematical functions operate on numeric expressions only, and will return an error if used on any other values. See also xref:expressions/mathematical-operators.adoc[Mathematical operators].

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/functions/mathematical-numeric.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:table-caption!:

[[query-functions-numeric]]
= Mathematical functions - numeric
= Numeric functions

Numeric mathematical functions operate on numeric expressions only, and will return an error if used on any other values.
See also xref:expressions/mathematical-operators.adoc[Mathematical operators].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:table-caption!:

[[query-functions-trigonometric]]
= Mathematical functions - trigonometric
= Trigonometric functions

Trigonometric mathematical functions operate on numeric expressions only, and will return an error if used on any other values. See also xref:expressions/mathematical-operators.adoc[Mathematical operators].

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/functions/temporal/duration.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:description: Cypher provides functions allowing for the creation and manipulation of temporal `DURATION` values.

[[query-functions-temporal-duration]]
= Temporal functions - duration
= Duration functions
:table-caption!:

Duration functions allow for the creation and manipulation of temporal `DURATION` values.
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/functions/temporal/format.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:table-caption!:

[[query-functions-temporal-format]]
= Temporal functions - format
= Format functions

[role=label--cypher-25-only label--new-Neo4j-2025.09]
[[query-functions-temporal-format-function]]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/functions/temporal/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:table-caption!:

[[query-functions-temporal-instant-types]]
= Temporal functions - instant types
= Instant type functions

Temporal functions allow for the creation and manipulation of values for each temporal type -- `DATE`, `ZONED TIME`, `LOCAL TIME`, `ZONED DATETIME`, and `LOCAL DATETIME`.

Expand Down