summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-3/+3
* SERVER-68828 Create $encryptedBetween aggregation expressionDavis Haupt2022-08-171-0/+28
* SERVER-67629 encryptedBetween agg operatorjoshua2022-08-161-0/+93
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-151-8/+4
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-0/+237
* SERVER-65735 $add operator should not use DoubleDoubleSummationDavis Haupt2022-06-151-0/+213
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-04-281-0/+64
* SERVER-60207 Enable feature flag for $sortArrayAndrii Dobroshynski2021-12-061-12/+0
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-151-0/+85
* SERVER-59133 Change 'output' parameter to 'input' in syntax for $firstN/$last...Mihai Andrei2021-11-051-20/+20
* SERVER-58680 Let $ifNull not remove the last null constantEthan Zhang2021-09-221-4/+3
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-151-42/+70
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-141-70/+42
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-131-42/+70
* SERVER-57881 Add $firstN and $lastN as expressionsRaunak Chowdhury2021-08-261-25/+59
* SERVER-57633 fix implicit long long to double conversion in unit testsBenety Goh2021-08-191-3/+3
* SERVER-55297 Optimize ExpressionCond in case of constant conditionAlexander Ignatyev2021-08-101-0/+54
* SERVER-57882 Add $minN and $maxN as expressionsMihai Andrei2021-08-061-0/+34
* SERVER-56719 Short circuit $switch when any condition is constantNaama Bareket2021-07-071-0/+163
* SERVER-55295 Short circuit $ifNull expression if the condition always evaluat...Alice Doherty2021-06-301-0/+89
* Revert "SERVER-56719 Short circuit $switch when any condition is constant"samontea2021-06-301-163/+0
* SERVER-56719 Short circuit $switch when any condition is constantNaama Bareket2021-06-291-0/+163
* SERVER-58047: $toHashedIndexKey expression doesn't add any dependencies.Kshitij Gupta2021-06-251-0/+11
* SERVER-41611 Add $setField aggregation expressionAlya Berciu2021-05-101-0/+14
* SERVER-56546 Update $getField expression syntaxAnton Korshunov2021-05-051-9/+9
* SERVER-30417: Implement $getField expressionAlya Berciu2021-04-211-0/+25
* SERVER-52739: Numerical stability issue in StdDev functionsSvilen Mihaylov2020-11-171-0/+16
* SERVER-49744 Per-document scoring metadata for $searchMihai Andrei2020-11-131-0/+14
* SERVER-50445 Return the value in double when NumberLong subtraction overflows...Arun Banala2020-11-031-0/+35
* SERVER-25893 Make it easier to construct a Value from a VectorTed Tuckman2020-10-021-8/+8
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-5/+5
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-031-0/+79
* SERVER-47853 Add unit tests which combine diffing algorithm and application codeArun Banala2020-07-071-18/+13
* SERVER-48464 Remove {$rand:{const:true}}Svilen Mihaylov2020-06-161-14/+4
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-06-041-0/+46
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-247/+248
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-1/+4
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-1/+1
* SERVER-40933 Split up pipeline/expression_test.cppJames Wahlin2019-10-291-3653/+1
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-4/+4
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+4
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-3/+3
* SERVER-42649 Disambiguate Value constructorJustin Seyster2019-09-271-1/+1
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-3/+3
* SERVER-43013 Translate Map Reduce to Agg PipelineJacob Evans2019-09-101-41/+17
* SERVER-42418 Allow ExpressionMeta to parse find() meta optionsIan Boros2019-08-211-0/+87
* SERVER-34373 add aggregation expression to test if type is numericGeorge Wangensteen2019-08-011-0/+96
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-126/+74