summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/hash_join.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71587 Allow SBE*Lowering access to named slots to support collationIvan Fefer2023-01-201-0/+1
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-3/+5
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-171-0/+11
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-291-1/+1
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching c...Mickey. J Winters2021-03-111-4/+30
* Revert "SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key ma...Ian Boros2021-03-101-30/+4
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching c...Mickey. J Winters2021-03-051-4/+30
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-051-0/+6
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-3/+3
* SERVER-51077 Add PlanNodeId to the debug print of SBE PlanStageNikita Lapkov2020-10-211-2/+1
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-3/+5
* SERVER-49829 - Implement spilling for Top K sort in SBE.Martin Neupauer2020-08-071-12/+10
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-021-2/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+263