| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 95.79390% with 40 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #375 +/- ##
==========================================
+ Coverage 92.74% 92.84% +0.10%
==========================================
Files 243 249 +6
Lines 41025 41790 +765
==========================================
+ Hits 38049 38802 +753
- Misses 2976 2988 +12
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What problem does this PR solve?
KiteSQL cannot currently bind or execute SQL window functions, so queries that need ranking or partition-level aggregate results are rejected.
Issue link: N/A
What is changed and how it works?
Code changes
Check List
Tests
The coverage includes ranking and aggregate functions, peer rows, null values, shared and different window specifications, duplicate calls, grouped aggregates feeding windows, View round trips, unsupported syntax, and Explain plans.
Side effects
Note for reviewer
Window functions with the same specification are evaluated together. A change in PARTITION BY or window ORDER BY creates another Sort and Window layer.