summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-2/+2
* SERVER-41992 Fix $setIntersection so it is commutative with null and empty ar...George Wangensteen2019-07-231-0/+26
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-118/+173
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-173/+118
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-118/+173
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40555 add searchSnippet metadataIan Boros2019-05-201-0/+28
* SERVER-40055 Consolidate $round behavior with and without a defaultCharlie Swanson2019-05-071-1/+29
* SERVER-40526 Make agg Expressions walkableJacob Evans2019-05-031-20/+43
* Revert "SERVER-40526 Make agg Expressions walkable"Jacob Evans2019-05-021-43/+20
* SERVER-40526 Make agg Expressions walkableJacob Evans2019-05-011-20/+43
* SERVER-40584 Regex agg expressions should not inherit from ExpressionFixedArityArun Banala2019-04-301-38/+30
* SERVER-40083 Don't recompile each time $regex is evaluated when regex argumen...Arun Banala2019-04-261-63/+93
* Revert "SERVER-40083 Don't recompile each time $regex is evaluated when regex...Ian Boros2019-04-231-93/+63
* SERVER-40083 Don't recompile each time $regex is evaluated when regex argumen...Arun Banala2019-04-231-63/+93
* SERVER-40527 Fix missing virtual in agg_expression_testNick Zolnierz2019-04-101-0/+4
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-2/+2
* SERVER-40343 Better handling of errors from PCRE in $regex expressionsArun Banala2019-04-011-2/+2
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-261-0/+38
* SERVER-40153 remove overflowing constants that MSVC warns aboutBilly Donahue2019-03-211-2/+2
* SERVER-39694 Implement $regexMatch as syntactic sugar on top of $regexFindArun Banala2019-03-201-1/+26
* SERVER-39696 Implement $regexFindAllArun Banala2019-03-201-3/+56
* SERVER-39695 Implement $regexFindArun Banala2019-03-131-0/+35
* SERVER-39487 Decimal128::squareRoot() returns result for Decimal128::exponent...James Wahlin2019-02-201-0/+88
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-141-37/+299
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38070 Fix infinite loop in agg expressionIan Boros2018-11-151-1/+74
* SERVER-37909 fix lintBenety Goh2018-11-081-5/+5
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-7/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-10-101-0/+40
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-4/+4
* SERVER-25957 Optimize $indexOfArray when array argument is constant.KevinCybura2018-04-261-0/+146
* SERVER-25173 $substrBytes now checks for negative valuesIan Boros2018-03-221-0/+27
* SERVER-27100 Optimize all-constant ExpressionObject to a constant.KevinCybura2018-03-021-7/+36
* SERVER-32784 Move ExpressionConvert tests to separate file.Justin Seyster2018-02-201-1257/+0
* SERVER-33360 Ambiguous constructor call in ConvertNumericToDecimalJustin Seyster2018-02-161-2/+3