summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection_ast.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-1/+1
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-4/+11
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-171-0/+4
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+16
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-1/+21
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-8/+37
* SERVER-42436 Implement transformation from ProjectionAST to projection execut...Anton Korshunov2019-10-021-18/+11
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-251-22/+5
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-0/+295