summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_projection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49512 Use SBE global environment to store the timezone database and ↵Eric Cox2020-08-281-3/+11
| | | | use it with dateFromParts expression
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-2/+6
|
* SERVER-48228 Move slot-based execution engine and supporting changes into ↵Martin Neupauer2020-06-111-0/+382
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>