summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_accumulator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58070 Implement $topN / $bottomN accumulatorRui Liu2023-04-291-1/+39
* SERVER-75486: Support $firstN accumulator in sbeProjjal Chanda2023-04-271-1/+1
* Revert "SERVER-75486: Support accumulator $firstN in SBE"auto-revert-processor2023-04-271-1/+1
* SERVER-75486: Support accumulator $firstN in SBEProjjal Chanda2023-04-261-1/+1
* SERVER-75673 Extend the hashagg stage to allow initialization expressionRui Liu2023-04-051-0/+9
* SERVER-72645 Split sbe_stage_builder_helpers.h into separate ABT/non ABT hea...Svilen Mihaylov2023-01-191-1/+0
* SERVER-69875 De-stage-ify the SBE expression stage builderDrew Paroski2022-12-061-12/+0
* SERVER-70395 Make stage builders generate partial agg combining exprs (part 1)David Storch2022-11-281-3/+16
* SERVER-70395 De-stage-ify accumulator stage builderDavid Storch2022-11-181-10/+5
* SERVER-70972 Push simple getField() expressions into SBE scan stageDrew Paroski2022-11-161-1/+4
* SERVER-60918 Fix out of bound array access when mkbson stage is eliminated fo...Yoonsoo Kim2021-10-221-1/+1
* SERVER-57547 Add SBE builder for group accumulatorsEric Cox2021-07-151-0/+74