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: spec/index.html
+27-25Lines changed: 27 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -9717,31 +9717,33 @@ <h5>Set Functions</h5>
9717
9717
this requires the parser to know whether some IRI refers to a function, cast, or
9718
9718
aggregate before it can determine if there are any errors in a query where aggregates
9719
9719
are used.</p>
9720
-
<p>The definitions of the set functions in the following sections are based on two functions, <a href="#defn_Flatten">Flatten</a> and <a href="#defn_Card">Card</a>, which are defined as follows.</p>
9721
-
<p><a href="#defn_Flatten">Flatten</a> is a function which is
9722
-
used to collapse a sequence of lists into a single list.
9723
-
For example, [(1, 2), (3, 4)] becomes (1, 2, 3, 4).</p>
0 commit comments