summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection_ast.h
Commit message (Expand)AuthorAgeFilesLines
* 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