You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clauses/call.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ RETURN count(*) AS results
208
208
`YIELD` can be used to filter for specific results.
209
209
This requires knowing the names of the arguments within a procedure's signature, which can either be found in the link:{neo4j-docs-base-uri}/operations-manual/current/procedures/[Operations Manual -> Procedures] or in the `signature` column returned by a `SHOW PROCEDURES` command (see example below).
Copy file name to clipboardExpand all lines: modules/ROOT/pages/functions/index.adoc
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,8 +207,12 @@ LOAD CSV functions can be used to get information about the file that is process
207
207
|===
208
208
209
209
210
+
[[header-query-functions-mathematical]]
211
+
== Mathematical functions
212
+
213
+
210
214
[[header-query-functions-logarithmic]]
211
-
== Logarithmic functions
215
+
=== Logarithmic functions
212
216
213
217
These functions all operate on numerical expressions only, and will return an error if used on any other values.
214
218
@@ -240,7 +244,7 @@ These functions all operate on numerical expressions only, and will return an er
240
244
241
245
242
246
[[header-query-functions-numeric]]
243
-
== Numeric functions
247
+
=== Numeric functions
244
248
245
249
These functions all operate on numerical expressions only, and will return an error if used on any other values.
246
250
@@ -280,7 +284,7 @@ These functions all operate on numerical expressions only, and will return an er
280
284
281
285
282
286
[[header-query-functions-trigonometric]]
283
-
== Trigonometric functions
287
+
=== Trigonometric functions
284
288
285
289
These functions all operate on numerical expressions only, and will return an error if used on any other values.
286
290
@@ -613,8 +617,12 @@ If the points are in a Cartesian CRS, the function returns the Euclidean distanc
613
617
|===
614
618
615
619
620
+
[[header-query-functions-temporal]]
621
+
== Temporal functions
622
+
623
+
616
624
[[header-query-functions-temporal-duration]]
617
-
== Temporal duration functions
625
+
=== Duration functions
618
626
619
627
`DURATION` values of the xref::values-and-types/temporal.adoc[temporal types] can be created manipulated using the following functions:
620
628
@@ -645,7 +653,7 @@ If the points are in a Cartesian CRS, the function returns the Euclidean distanc
645
653
|===
646
654
647
655
[[header-query-functions-temporal-instant-types]]
648
-
== Temporal instant types functions
656
+
=== Instant type functions
649
657
650
658
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:
651
659
@@ -766,7 +774,7 @@ Values of the xref::values-and-types/temporal.adoc[temporal types] -- `DATE`, `Z
Copy file name to clipboardExpand all lines: modules/ROOT/pages/functions/mathematical-logarithmic.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
:table-caption!:
3
3
4
4
[[query-functions-logarithmic]]
5
-
= Mathematical functions - logarithmic
5
+
= Logarithmic functions
6
6
7
7
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].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/functions/mathematical-trigonometric.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
:table-caption!:
3
3
4
4
[[query-functions-trigonometric]]
5
-
= Mathematical functions - trigonometric
5
+
= Trigonometric functions
6
6
7
7
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].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/functions/temporal/index.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
:table-caption!:
3
3
4
4
[[query-functions-temporal-instant-types]]
5
-
= Temporal functions - instant types
5
+
= Instant type functions
6
6
7
7
Temporal functions allow for the creation and manipulation of values for each temporal type -- `DATE`, `ZONED TIME`, `LOCAL TIME`, `ZONED DATETIME`, and `LOCAL DATETIME`.
0 commit comments