Commit 523e52e
committed
feat: add count(distinct) as countdistinct aggregate
Added count(distinct) as
countdistinct aggregate. Tested to work, and that it is gated when aggregates are off. Tested against collisions with
tables and columns named countdistinct. Returns type based on Postgres rules for count(). Extended test coverage to paths including spread path.1 parent 24f7d4d commit 523e52e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
| |||
0 commit comments