summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/find_projection_executor_test.cpp
AgeCommit message (Expand)Author
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2022-08-18SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz
2021-08-17SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski
2020-05-16SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans
2019-12-10SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov
2019-11-15SERVER-43291 Consolidate projection execution interfacesAnton Korshunov
2019-10-11SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov
2019-10-01SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch
2019-09-24SERVER-43377 Make positional projection internal expression able to access Do...Anton Korshunov
2019-09-13SERVER-42495 Integrate find() post-processing logic with ParsedAggregationPro...Anton Korshunov
2019-08-23SERVER-41964 find() execution codeAnton Korshunov
2019-08-01SERVER-41963 Create an API to apply an $elemMatch projection on a Document pathAnton Korshunov
2019-07-30SERVER-41962 Create an API to apply a positional projection on a Document pathAnton Korshunov