summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_accumulator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76952: Skip processing accumulator when the result is no longer affectedProjjal Chanda2023-05-151-8/+12
* SERVER-75488: Add minN and maxN accumulators in sbeProjjal Chanda2023-05-061-407/+394
* SERVER-75487: Implement lastN accumulator in SBEProjjal Chanda2023-05-021-14/+189
* SERVER-58070 Implement $topN / $bottomN accumulatorRui Liu2023-04-291-0/+267
* SERVER-75486: Support $firstN accumulator in sbeProjjal Chanda2023-04-271-1/+228
* Revert "SERVER-75486: Support accumulator $firstN in SBE"auto-revert-processor2023-04-271-228/+1
* SERVER-75486: Support accumulator $firstN in SBEProjjal Chanda2023-04-261-1/+228
* SERVER-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-241-4/+6
* SERVER-73785 Improve SBE ArrayEnumerator to avoid repeated strlen callsIan Boros2023-02-141-1/+1
* SERVER-71577 Implement math expressions in ABTRui Liu2023-01-111-3/+3
* SERVER-70395 Combining partial aggs support for $sum, $avg, and std devDavid Storch2023-01-101-15/+280
* SERVER-70395 Combining partial aggs support for $addToSet, $push, and $mergeO...David Storch2022-12-081-3/+226
* SERVER-70395 Make stage builders generate partial agg combining exprs (part 1)David Storch2022-11-281-0/+227
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-64597 Produce SBE Object instead of BSON in $lookup and $groupNikita Lapkov2022-04-121-1/+2
* SERVER-59951 Support document _id expressionYoonsoo Kim2022-01-191-4/+162
* SERVER-61868 Switch aggColl(Min|Max) to use comparison that is aware of MQL s...Irina Yatsenko2021-12-071-0/+26
* SERVER-61569 Enable all accumulators for pushdownEric Cox2021-12-021-9/+8
* SERVER-61651 Always check HashAgg memory limit in UnionWith.js testEric Cox2021-11-221-2/+2
* SERVER-61652 Make addToSet in SBE to be collation awareIrina Yatsenko2021-11-221-2/+15
* SERVER-61493 Support sharded $stddev accumulators for SBE group pushdownYoonsoo Kim2021-11-191-3/+3
* SERVER-61492 Support sharded $avg accumulator for SBE $group pushdownYoonsoo Kim2021-11-191-1/+1
* SERVER-57552 Adding support for stdDevPop and stdDevSamp in SBEBobby Morck2021-10-151-0/+222
* SERVER-59112 Adding support for $mergeObjects in SBEBobby Morck2021-10-081-0/+85
* SERVER-60239 Block $group with $coerceToBool from being pushed down to SBEYoonsoo Kim2021-09-281-3/+38
* SERVER-60216 Enable $group pushdown with $sumEric Cox2021-09-241-3/+2
* SERVER-60177 Handle empty collection in unionWith when pushing downEric Cox2021-09-231-15/+21
* SERVER-60111 Add `fillEmptyNull` to non-const _id expressionYoonsoo Kim2021-09-221-2/+13
* SERVER-60030 Fix group stage builder bugsYoonsoo Kim2021-09-201-0/+22
* SERVER-59631 Fixed the `compareValue` implementation for the values of `Value...Mohammad Dashti2021-09-151-20/+1
* SERVER-58516 Fix recordId slot issueYoonsoo Kim2021-09-151-1/+1
* SERVER-58516 Add group stage builderYoonsoo Kim2021-09-141-539/+562
* SERVER-58297 Support $avg group accumulator in SBEIrina Yatsenko2021-09-141-232/+80
* SERVER-59035 Flip sbeGroupCompatible flag for unsupported accumulatorsEthan Zhang2021-09-081-0/+97
* SERVER-59016 fix xcode 12.4 warningsBenety Goh2021-09-061-1/+3
* SERVER-59016 Make min and max SBE accumulators collation awareIrina Yatsenko2021-09-031-12/+62
* SERVER-57553 Fix type mismatch in a testYoonsoo Kim2021-09-031-1/+1
* SERVER-57553 fix mac os x compileBenety Goh2021-09-021-1/+1
* SERVER-59111 Support $push group accumulator in SBEIrina Yatsenko2021-09-011-1/+74
* SERVER-57553 add $sum accumulator to SBEAdityavardhan Agrawal2021-09-011-1/+269
* SERVER-57550 Support $addToSet group accumulator in SBEAdityavardhan Agrawal2021-08-301-6/+119
* SERVER-57551 Implement translation of min, max, first, last accumulators to SBEAdityavardhan Agrawal2021-08-101-44/+282
* SERVER-58737 Use EvalExpr in more places in sbe_stage_builder_expression.cppDrew Paroski2021-07-261-3/+3
* SERVER-57547 Add SBE builder for group accumulatorsEric Cox2021-07-151-0/+410