summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/setWindowFields/parse.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-02-011-1/+1
* SERVER-62322 Allow an empty object to be projected in $setWindowFieldsNicholas Zolnierz2022-01-211-2/+10
* Revert "SERVER-62322 Allow an empty object to be projected in $setWindowFields"auto-revert-processor2022-01-211-10/+2
* SERVER-62322 Allow an empty object to be projected in $setWindowFieldsNicholas Zolnierz2022-01-201-2/+10
* SERVER-56849: Improve error reporting for $setWindowFieldsMaddie Zechar2021-06-071-6/+40
* SERVER-56197 Remove feature flag for window functionsNick Zolnierz2021-06-011-8/+0
* SERVER-56249 $derivative throws an error when sortBy value is an unexpected typeDavid Percy2021-05-051-19/+0
* SERVER-54295 Support time-based window bounds in $setWindowFieldsDavid Percy2021-04-211-6/+4
* SERVER-54294 Support range-based bounds for window functionsDavid Percy2021-04-191-19/+16
* SERVER-54907 Parse and translate $derivative window functionDavid Percy2021-04-071-0/+19
* SERVER-53713 Implement removable $sum and $avg window functionHartek Sabharwal2021-03-171-6/+3
* SERVER-54821 Update a couple stale uses of window function syntaxNick Zolnierz2021-03-161-1/+1
* SERVER-54607 Add support for right unbounded windows in removable document ex...Ted Tuckman2021-03-041-22/+31
* SERVER-54821 Change window function syntaxTed Tuckman2021-03-041-35/+39
* SERVER-54424 Support for window functions over [unbounded, unbounded] window ...Nick Zolnierz2021-03-031-10/+7
* SERVER-53402 Enable and test accumulators over non-removable position based w...Nick Zolnierz2021-03-031-21/+33
* SERVER-54615 Add window function translation to removable executorTed Tuckman2021-03-021-9/+9
* SERVER-53979 Add sum accumulator to window function stageTed Tuckman2021-02-091-48/+70
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-6/+147
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-271-0/+50
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-261-50/+0
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-261-0/+50