summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_eval_frame.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71587 Allow SBE*Lowering access to named slots to support collationIvan Fefer2023-01-201-3/+16
* SERVER-72645 Split sbe_stage_builder_helpers.h into separate ABT/non ABT hea...Svilen Mihaylov2023-01-191-10/+9
* SERVER-69876 De-stage-ify the SBE filter stage builderDrew Paroski2022-12-201-110/+4
* SERVER-69508 Generate SBE Expressions by means of constant-folded ABT treesAlberto Massari2022-12-141-20/+56
* Revert "SERVER-69508 Generate SBE Expressions by means of constant-folded ABT...auto-revert-processor2022-12-141-56/+20
* SERVER-69508 Generate SBE Expressions by means of constant-folded ABT treesAlberto Massari2022-12-131-20/+56
* SERVER-69294 Fully de-stage-ify the SBE projection stage builderDrew Paroski2022-12-081-10/+14
* Revert "SERVER-69508 Generate SBE Expressions by means of constant-folded ABT...Sviatlana Zuiko2022-12-071-55/+19
* SERVER-69508 Generate SBE Expressions by means of constant-folded ABT treesAlberto Massari2022-12-071-19/+55
* SERVER-69482 Make EvalStage less error-proneDrew Paroski2022-09-081-6/+66
* SERVER-68970 Update sbe_stage_builder_projection.cpp to use traversePDrew Paroski2022-08-311-20/+39
* SERVER-51356 Introduce single eval frame model to SBE buildersNikita Lapkov2020-11-051-0/+222