Skip to content

Commit 48b19ee

Browse files
committed
fixes bug in the definition of the Aggregation operator for the special case of COUNT(DISTINCT *)
1 parent 54e3a12 commit 48b19ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9605,7 +9605,7 @@ <h4>Aggregate Algebra</h4>
96059605
<p><b>Special Case:</b> when <code>COUNT</code> is used with the expression
96069606
<code>*</code>, then F(Ψ) is the cardinality of the group solution sequence,
96079607
i.e., F(Ψ)&nbsp;=&nbsp;<a href="#defn_Card">Card</a>(Ψ),
9608-
or F(Ψ)&nbsp;=&nbsp;<a href="#defn_Card">Card</a>(Dedup(Ψ))
9608+
or F(Ψ)&nbsp;=&nbsp;<a href="#defn_Card">Card</a>(<a href="#defn_algDistinct">Distinct</a>(Ψ))
96099609
if the <code>DISTINCT</code> keyword is present.</p>
96109610
</div>
96119611
<p><i>scalarvals</i> are used to pass values to the underlying set function, bypassing

0 commit comments

Comments
 (0)