File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8894,7 +8894,7 @@ <h5>Grouping and Aggregation</h5>
8894
8894
Replace V with Sample(V)
8895
8895
End
8896
8896
For each aggregate R(args ; scalarvals) now in X
8897
- # note scalarvals may be omitted, then it's equivalent to the empty set
8897
+ # note scalarvals may be omitted, then it's equivalent to the empty function
8898
8898
A<span><sub>i</sub></span> := Aggregation(args, R, scalarvals, Grp)
8899
8899
Replace R(...) with agg<span><sub>i</sub></span> in Q
8900
8900
i := i + 1
@@ -9555,9 +9555,9 @@ <h4>Aggregate Algebra</h4>
9555
9555
<b>Definition: Aggregation</b>
9556
9556
</div>
9557
9557
<p>Let <i>exprlist</i> be a list of expressions or *, <i>func</i> a set function,
9558
- <i>scalarvals</i> a set of partial functions (possibly empty) passed from the aggregate
9558
+ <i>scalarvals</i> a partial function (possibly empty) passed from the aggregate
9559
9559
in the query, and let { key<sub>1</sub>→Ψ<sub>1</sub>, ...,
9560
- key<sub>m</sub>→Ψ<sub>m</sub> } be a set of partial functions from keys to
9560
+ key<sub>m</sub>→Ψ<sub>m</sub> } be a partial function from keys to
9561
9561
solution sequences as produced by the grouping step.</p>
9562
9562
<p>Aggregation applies the set function func to the given set and produces a
9563
9563
single value for each key and group of solutions for that key.</p>
You can’t perform that action at this time.
0 commit comments