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/list.adoc
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,23 @@ List functions return lists of different data entities.
8
8
9
9
Further details and examples of lists may be found in xref::values-and-types/lists.adoc[Lists] and xref::syntax/operators.adoc#query-operators-list[List operators].
10
10
11
+
[[example-graph]]
11
12
== Example graph
12
13
13
14
The following graph is used for the examples below:
Copy file name to clipboardExpand all lines: modules/ROOT/pages/functions/scalar.adoc
+33-32Lines changed: 33 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,33 +6,29 @@
6
6
7
7
Scalar functions return a single value.
8
8
9
-
[IMPORTANT]
10
-
====
11
-
The `length()` and `size()` functions are quite similar, and so it is important to take note of the difference.
9
+
[[example-graph]]
10
+
== Example graph
12
11
13
-
Function `length()`:: Only works for xref::functions/scalar.adoc#functions-length[paths].
14
-
Function `size()`:: Only works for the three types: xref::functions/scalar.adoc#functions-size-of-string[`STRING` values], xref::functions/scalar.adoc#functions-size[lists], xref::functions/scalar.adoc#functions-size-of-pattern-comprehension[pattern comprehension].
15
-
====
12
+
The following graph is used for the examples below:
0 commit comments