summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75174 shapeify and redact DocumentSourceSingleDocumentTransformationMaddie Zechar2023-04-101-2/+12
* SERVER-68516 Revert back to always using `ProjectionExecutor` to translate pr...Ben Shteinfeld2022-11-181-0/+8
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-0/+6
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-13/+96
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-1/+4
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-1/+1
* SERVER-42436 Implement transformation from ProjectionAST to projection execut...Anton Korshunov2019-10-021-0/+45
* SERVER-10026 full projection supportHari Khalsa2013-11-081-53/+0
* SERVER-10471 covering and sort analysis. split projection parse from execHari Khalsa2013-09-231-0/+53