summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/sbe_unique_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56140 [SBE] UniqueStage::close() should clear its _seen bufferMihai Andrei2021-04-211-0/+30
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-211-1/+0
* Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa2021-03-191-0/+1
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-191-1/+0
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-111-9/+11
* SERVER-50738 Add SortedMerge and Unique to SBEIan Boros2020-11-021-0/+83
* Revert "SERVER-50738 Add SortedMerge and Unique to SBE"Kaloian Manassiev2020-11-011-83/+0
* SERVER-50738 Add SortedMerge and Unique to SBEIan Boros2020-10-311-0/+83