summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/window_function/partition_iterator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74559 add $percentile and $median as window functionsGil Alon2023-03-291-15/+15
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-101-5/+5
* Revert "SERVER-61281 Use memoization for Document::getApproximateSize"Kyle Suarez2022-08-031-5/+5
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-07-281-5/+5
* SERVER-60500: Implement linear interpolation window functionMaddie Zechar2021-12-071-1/+45
* SERVER-57130 Traverse arrays while filling the Document cachesamontea2021-05-251-4/+29
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-191-67/+129
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-121-31/+54
* SERVER-54294 Support range-based bounds for window functionsDavid Percy2021-04-191-14/+48
* SERVER-55226 Test partitionBy null/missingYuhong Zhang2021-04-021-1/+49
* SERVER-53712 Track and release documents from PartitionIterator when possibleNick Zolnierz2021-03-231-38/+236
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-231-8/+16
* Revert "SERVER-54049 Add translation phase for accumulator-style window funct...Nick Zolnierz2021-02-231-16/+8
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-221-8/+16
* SERVER-53398 Add removable window function executorTed Tuckman2021-02-221-0/+22
* SERVER-54236 Implement $count accumulatorHartek Sabharwal2021-02-191-0/+10
* SERVER-53401 Create PartitionIterator for window functionsNick Zolnierz2021-02-041-0/+171