summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/hash_join.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() ↵Alexander Ignatyev2021-09-171-0/+1
| | | | functions to calculate compile-time size of SBE Plan
* SERVER-48447 Add comments to all SBE PlanStages describing their contractDavid Storch2021-06-241-0/+22
|
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching ↵Mickey. J Winters2021-03-111-5/+8
| | | | collation-aware
* Revert "SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key ↵Ian Boros2021-03-101-8/+5
| | | | | | matching collation-aware" This reverts commit a64f3aa45c6441268f8b28f9fc5eb13f7dc02448.
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching ↵Mickey. J Winters2021-03-051-5/+8
| | | | collation-aware
* SERVER-52736 Collation support in SBEDrew Paroski2021-02-021-1/+4
|
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-1/+1
|
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-221-1/+2
|
* SERVER-48228 Move slot-based execution engine and supporting changes into ↵Martin Neupauer2020-06-111-0/+101
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>