summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_projection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56459 Support variables from ExpressionContext in SBE stage builderNikita Lapkov2021-05-131-9/+6
* SERVER-56506 Fix the "relevantSlots" logic in sbe_stage_builder_projection.cppDrew Paroski2021-05-121-4/+3
* SERVER-52914 Support positional projection operator ($) in SBENikita Lapkov2021-02-081-0/+1
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-1/+2
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-1/+1
* SERVER-49512 Use SBE global environment to store the timezone database and us...Eric Cox2020-08-281-1/+3
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-0/+2
* SERVER-48463 Move SBE SlotAccessor code into its own fileDavid Storch2020-06-181-0/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+48