summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_index_scan.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66437 Refactor IndexScanStage to take seek keys as EExpressionsEric Cox2022-06-301-36/+0
* SERVER-63352 Evaluate IETs and bind them into SBE planAlexander Ignatyev2022-04-081-0/+24
* SERVER-63351 Modify SBE index stage builder to construct an index scan plan u...Denis Grebennicov2022-04-071-0/+46
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-3/+1
* SERVER-56459 Support variables from ExpressionContext in SBE stage builderNikita Lapkov2021-05-131-5/+2
* SERVER-51137 [SBE] Add logging for index key found with reference to non-exis...Mihai Andrei2021-04-281-4/+9
* SERVER-52907 Implement index key consistency check in SBE FETCHMihai Andrei2021-04-161-4/+6
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-1/+1
* SERVER-54480 Fix index key rehydration in SBEIan Boros2021-02-241-1/+1
* SERVER-52734 Support index scan with a filter in SBEAnton Korshunov2021-02-181-0/+3
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-2/+5
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-101-4/+1
* SERVER-49536 SBE stage builder is broken for SORT when SORT comes before FETCHDrew Paroski2020-11-131-10/+14
* SERVER-50373 Add support for covered projections in SBEDrew Paroski2020-10-151-10/+18
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* 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-48721 Support for $returnKey in SBEJustin Seyster2020-07-161-0/+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/+77