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/functions/index.adoc
+13-5Lines changed: 13 additions & 5 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
@@ -588,8 +592,12 @@ If the points are in a Cartesian CRS, the function returns the Euclidean distanc
588
592
|===
589
593
590
594
595
+
[[header-query-functions-temporal]]
596
+
== Temporal functions
597
+
598
+
591
599
[[header-query-functions-temporal-duration]]
592
-
== Temporal duration functions
600
+
=== Duration functions
593
601
594
602
`DURATION` values of the xref::values-and-types/temporal.adoc[temporal types] can be created manipulated using the following functions:
595
603
@@ -620,7 +628,7 @@ If the points are in a Cartesian CRS, the function returns the Euclidean distanc
620
628
|===
621
629
622
630
[[header-query-functions-temporal-instant-types]]
623
-
== Temporal instant types functions
631
+
=== Instant types functions
624
632
625
633
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:
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