summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57164 isVariableReference includes system variablesDavid Percy2021-05-261-2/+16
* SERVER-54192 Each query parser initializer set should be grouped by a single ...Anton Korshunov2021-05-251-19/+23
* SERVER-52307 Enable dots and dollars feature flagAlya Berciu2021-05-181-7/+7
* SERVER-41611 Add $setField aggregation expressionAlya Berciu2021-05-101-0/+43
* SERVER-56546 Update $getField expression syntaxAnton Korshunov2021-05-051-8/+8
* SERVER-54239 Implement $integral function over position-based windows onlyRuoxin Xu2021-04-261-0/+9
* SERVER-30417: Implement $getField expressionAlya Berciu2021-04-211-0/+62
* SERVER-54294 Support range-based bounds for window functionsDavid Percy2021-04-191-0/+1
* SERVER-56106 Prohibit SBE engine if query contains certain agg expressionsDavid Storch2021-04-151-7/+21
* SERVER-53638 Enable pushdown of config.cache.chunks $lookup through $sortCharlie Swanson2021-04-091-2/+6
* SERVER-54390 Implement $dateTrunc in DocumentSource executionMindaugas Malinauskas2021-03-221-12/+88
* SERVER-54233 Implement $derivative window-function executorDavid Percy2021-03-041-0/+37
* SERVER-54589: Extend MatchExpression renaming to support $match with $exprHana Pearlman2021-02-251-0/+22
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-37/+115
* SERVER-53388 Week start parameter for $dateDiff aggregation expressionMindaugas Malinauskas2021-02-111-1/+20
* SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expre...Nikita Lapkov2021-02-111-3/+4
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-15/+17
* SERVER-51665 Implement $dateDiff expression in SBEMindaugas Malinauskas2021-01-131-0/+7
* SERVER-51664 Implement $dateAdd and $dateSubtract in DocumentSource executionMilena Ivanova2021-01-121-0/+87
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+0
* SERVER-51617 Add test expression for API version testingBetty Shen2020-12-081-0/+15
* SERVER-12573 Extend $ifNull to accept more than two argumentsHana Pearlman2020-12-041-2/+3
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-301-3/+59
* Revert "SERVER-51663 Implement $dateDiff in DocumentSource execution"Kaloian Manassiev2020-11-271-59/+3
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-261-3/+59
* SERVER-50734 Support regexp expressions in SBEMilena Ivanova2020-11-231-0/+10
* SERVER-51454 Ensure agg parser is initialized before defaultProfileFilterDavid Percy2020-10-201-8/+10
* SERVER-48863 Implement agg array operators starting with A-I in grammar.George Wangensteen2020-10-081-6/+27
* SERVER-50732 Support $filter expression in SBENikita Lapkov2020-10-071-0/+4
* SERVER-48869 implement agg date expression operators in grammarGeorge Wangensteen2020-09-281-21/+21
* SERVER-48834 Implement $project expressions in grammar for aggJacob Evans2020-09-171-0/+2
* SERVER-48871 Implement agg set expression operators in grammarsamontea2020-09-141-0/+14
* Revert "SERVER-48871 Implement agg set expression operators in grammar"samontea2020-09-141-14/+0
* SERVER-48871 Implement agg set expression operators in grammarBenety Goh2020-09-141-0/+14
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-031-2/+2
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-3/+9
* SERVER-48905 Allow $rand in command-level 'let'David Percy2020-08-171-0/+9
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-1/+1
* SERVER-48872 Implement agg string expression operators in grammarNick Zolnierz2020-08-121-29/+51
* SERVER-48861 Add arithmetic expressions to grammarTed Tuckman2020-08-041-0/+35
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-031-0/+22
* SERVER-48874 Implement agg type expressions in grammar and CSTKarmen Liang2020-07-301-6/+8
* SERVER-48867 Add support for comparison agg expressions to grammar and CSTNick Zolnierz2020-07-281-1/+3
* SERVER-49300 Add all BSON types to the lexer and add $const to parserJacob Evans2020-07-271-2/+2
* SERVER-48865 Implement agg boolean expression operators in grammarRibhav Jain2020-07-241-0/+9
* SERVER-49331 Implement aggExpression rule in grammarJacob Evans2020-07-231-0/+14
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+15
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-06-041-0/+34
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-239/+206
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-271-7/+7