Commit 9e1f04a
committed
Clarify window function handling in coverage analyzer docs
Made it clear that:
- Base aggregations ARE extracted (both standalone and inside window functions)
- Dimensions from GROUP BY and PARTITION BY ARE extracted
- Window calculations themselves are NOT extracted (the OVER() parts)
- Window-only functions (ROW_NUMBER, etc.) are NOT extracted
Previous wording said window functions were 'intentionally ignored' which
was misleading - we DO extract the base aggregations, just not the window
calculations on top of them.1 parent b9d143d commit 9e1f04a
1 file changed
Lines changed: 21 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | | - | |
321 | | - | |
322 | | - | |
| 320 | + | |
323 | 321 | | |
324 | 322 | | |
325 | 323 | | |
| |||
331 | 329 | | |
332 | 330 | | |
333 | 331 | | |
334 | | - | |
335 | | - | |
336 | | - | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
337 | 350 | | |
338 | | - | |
339 | | - | |
340 | | - | |
| 351 | + | |
341 | 352 | | |
342 | 353 | | |
343 | 354 | | |
| |||
0 commit comments