summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_executor_builder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48228 Move slot-based execution engine and supporting changes into ↵Martin Neupauer2020-06-111-2/+2
| | | | | | | | | | | | | | the master branch This is an initial commit for the slot-based execution engine (SBE) which contains: * Implementation of the core slot-based engine. * The SBE stage builder, which is responsible for translating a QuerySolution tree into an SBE plan. * Other changes necessary for integration with the find command. Co-authored-by: Anton Korshunov <anton.korshunov@mongodb.com> Co-authored-by: Justin Seyster <justin.seyster@mongodb.com> Co-authored-by: David Storch <david.storch@mongodb.com>
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-7/+12
|
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-7/+14
|
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-0/+277