Skip to content

Commit 67ac56e

Browse files
hartigTallTed
andauthored
Apply suggestions from code review
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent e95109b commit 67ac56e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8770,7 +8770,7 @@ <h5>Grouping and Aggregation</h5>
87708770

87718771
If Q contains GROUP BY exprlist
87728772
Let G := Group(exprlist, ToList(P))
8773-
Else If Q contains an aggregate in SELECT, HAVING, ORDER BY
8773+
Else If Q contains an aggregate in <code>SELECT</code>, <code>HAVING</code>, <code>ORDER BY</code>
87748774
Let G := Group((1), ToList(P))
87758775
Else
87768776
skip the rest of the aggregate step
@@ -9456,8 +9456,8 @@ <h4>Aggregate Algebra</h4>
94569456
key<sub>m</sub>→Ψ<sub>m</sub> } }</p>
94579457
<p>where<br>
94589458
&nbsp;&nbsp;M(Ψ) = [ ListEval(exprlist, μ) | μ in Ψ ]<br>
9459-
&nbsp;&nbsp;F(Ψ) = func(M(Ψ), scalarvals), for non-DISTINCT<br>
9460-
&nbsp;&nbsp;F(Ψ) = func(Distinct(M(Ψ)), scalarvals), for DISTINCT</p>
9459+
&nbsp;&nbsp;F(Ψ) = func(M(Ψ), scalarvals), for non-<code>DISTINCT</code><br>
9460+
&nbsp;&nbsp;F(Ψ) = func(Distinct(M(Ψ)), scalarvals), for <code>DISTINCT</code></p>
94619461
<p><b>Special Case:</b> when <code>COUNT</code> is used with the expression
94629462
<code>*</code> the value of F will be the cardinality of the group solution sequence,
94639463
<code>card[Ψ]</code>, or <code>card[Distinct(Ψ)]</code> if the <code>DISTINCT</code>

0 commit comments

Comments
 (0)