summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection_ast_path_tracking_visitor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71558 [SBE] Make buildProjectionDefault() use getField() push-down whe...Drew Paroski2022-12-021-2/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-17/+17
* SERVER-43396 use path tracking visitor when producing AST debug BSONIan Boros2019-12-171-1/+15
* SERVER-43830 use ProjectionAST in when extracting meta sort key for returnKeyIan Boros2019-10-171-0/+7
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-28/+28
* SERVER-42436 Implement transformation from ProjectionAST to projection execut...Anton Korshunov2019-10-021-71/+83
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-251-0/+223