summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection_ast_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+2
* SERVER-43396 use path tracking visitor when producing AST debug BSONIan Boros2019-12-171-66/+20
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-20/+27
* SERVER-42436 Implement transformation from ProjectionAST to projection execut...Anton Korshunov2019-10-021-1/+2
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-0/+174