summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/accumulator_multi.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-031-4/+21
* SERVER-58726 Test spilling behavior for exact top-n accumulators and fix seri...Mihai Andrei2021-11-081-6/+12
* SERVER-59133 Change 'output' parameter to 'input' in syntax for $firstN/$last...Mihai Andrei2021-11-051-4/+9
* SERVER-57880 Implement $top, $topN, $bottom, and $bottomN accumulatorsMickey. J Winters2021-10-201-3/+80
* SERVER-57881 Add $firstN and $lastN as expressionsRaunak Chowdhury2021-08-261-0/+8
* SERVER-57885 Implement $minN and $maxN as window functionsMihai Andrei2021-08-231-1/+8
* SERVER-57878 Implement $firstN and $lastN accumulatorsRaunak Chowdhury2021-08-191-15/+85
* SERVER-57882 Add $minN and $maxN as expressionsMihai Andrei2021-08-061-9/+20
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-6/+6
* SERVER-57879 Implement $minN and $maxN accumulatorsMihai Andrei2021-07-211-0/+134