Add avg case

This commit is contained in:
Calum Grant
2023-02-24 11:02:07 +00:00
parent fccf2d705e
commit 10aad99e21

View File

@@ -11,6 +11,6 @@
import ql
from ExprAggregate agg
where agg.getKind() = ["sum", "strictsum"]
where agg.getKind() = ["sum", "strictsum", "avg"]
select agg,
"This " + agg.getKind() + " does not have a domain argument, so may produce surprising results."