summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_rank.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-60899 Add time expressions and window functions to V1Joel Redman2022-03-281-3/+3
* Revert "SERVER-60899 Add new time expressions and original window functions t...auto-revert-processor2022-03-221-3/+3
* SERVER-60899 Add new time expressions and original window functions to V1Joel Redman2022-03-211-3/+3
* SERVER-57899 Expose accumulator name to make it more convenient to switch on ...Andrii Dobroshynski2021-06-301-12/+0
* SERVER-54241 Implement removable $covariance functionRuoxin Xu2021-04-191-2/+2
* SERVER-54907 Parse and translate $derivative window functionDavid Percy2021-04-071-3/+3
* SERVER-53716 Enable rank accumulator window function translationTed Tuckman2021-03-171-9/+7
* SERVER-54615 Add window function translation to removable executorTed Tuckman2021-03-021-6/+7
* SERVER-54170 Add rank accumulatorsTed Tuckman2021-02-251-0/+125