index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
exec
/
projection_executor_test.cpp
Age
Commit message (
Collapse
)
Author
2023-06-24
SERVER-77045 SERVER-77046 IWYU automated changes up to end ratio 0.6
Daniel Moody
2021-08-17
SERVER-57749 Optimize a projection expression prior to planning for 'find'
Andrii Dobroshynski
2020-06-29
Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted ↵
Arun Banala
field to an object" This reverts commit 31499dd163068b6c70a1d2a072aaa9576a628ff0.
2020-06-26
SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ↵
Arun Banala
an object
2020-05-16
SERVER-47713 Change Expression code to remove intrusive ExpressionContext
Jacob Evans
2019-12-10
SERVER-44334 Make ProjectionExecutor faster
Anton Korshunov
2019-11-15
SERVER-43291 Consolidate projection execution interfaces
Anton Korshunov
2019-11-13
SERVER-43404 Delete ParsedAggregationProjection::parse() and use ↵
Anton Korshunov
ProjectionAST in DocumentSourceProject
2019-10-24
SERVER-42435 fix unit tests
Ian Boros
2019-10-23
SERVER-42435 Remove ParsedProjection and ProjectionExec
Ian Boros
2019-10-22
SERVER-44065 Call optimize() on ParsedAggregationProjection when building ↵
Anton Korshunov
projection executor from AST
2019-10-21
SERVER-42988 allow agg-style object syntax in find() projection
Ian Boros
2019-10-02
SERVER-42436 Implement transformation from ProjectionAST to projection ↵
Anton Korshunov
execution tree