summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_expression.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71586 Remove sbe::EExpression from sbe_stage_builder_expression.cppIvan Fefer2023-01-241-5/+3
* SERVER-72617 Convert ExpressionLet to ABTIvan Fefer2023-01-241-4/+5
* SERVER-72645 Split sbe_stage_builder_helpers.h into separate ABT/non ABT hea...Svilen Mihaylov2023-01-191-1/+0
* SERVER-69294 Fully de-stage-ify the SBE projection stage builderDrew Paroski2022-12-081-3/+3
* SERVER-69875 De-stage-ify the SBE expression stage builderDrew Paroski2022-12-061-15/+7
* SERVER-60234 Implement plumbing for getField() pushdown in the SBE stage builderDrew Paroski2022-10-311-1/+4
* SERVER-69296 Use traverseF() for $anyElementTrue in "sbe_stage_builder_expres...Drew Paroski2022-09-011-1/+1
* SERVER-60893 Deduplicate field lookups for a same field path when $group is p...Yoonsoo Kim2021-10-261-1/+1
* SERVER-60918 Fix out of bound array access when mkbson stage is eliminated fo...Yoonsoo Kim2021-10-221-1/+1
* SERVER-58737 Use EvalExpr in more places in sbe_stage_builder_expression.cppDrew Paroski2021-07-261-6/+5
* SERVER-56459 Support variables from ExpressionContext in SBE stage builderNikita Lapkov2021-05-131-4/+2
* SERVER-56506 Fix the "relevantSlots" logic in sbe_stage_builder_projection.cppDrew Paroski2021-05-121-21/+12
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-0/+1
* SERVER-50382 Add support for $expr match expression in SBEAnton Korshunov2020-09-151-1/+1
* 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/+2
* SERVER-50150 Support $not match expression in SBEAnton Korshunov2020-08-121-0/+6
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-1/+3
* 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/+58