summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_visitor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74362: implement $percentile expressionNaama Bareket2023-03-281-0/+13
* SERVER-68685 Adds new $_internalIndexKey agg expression.Rishab Joshi2022-12-251-0/+3
* SERVER-25823 add bitwise AND, OR, XOR to the agg languageDavis Haupt2022-12-051-0/+9
* SERVER-71450 Add bitwise not to aggregation languageDavis Haupt2022-12-021-0/+3
* SERVER-68686 Add new $_internalOwningShard agg expressionDenis Grebennicov2022-11-241-0/+5
* SERVER-71214 remove $betweenDavis Haupt2022-11-111-3/+0
* SERVER-69598 squash commitsgalon12022-09-231-3/+3
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+1
* SERVER-68828 Create $encryptedBetween aggregation expressionDavis Haupt2022-08-171-0/+3
* SERVER-67629 encryptedBetween agg operatorjoshua2022-08-161-0/+3
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-0/+3
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-04-281-0/+4
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-151-0/+3
* SERVER-60759 Eliminate `mkbson` stage when multiple $group stages are pushed ...Yoonsoo Kim2021-10-211-0/+154
* SERVER-57881 Add $firstN and $lastN as expressionsRaunak Chowdhury2021-08-261-0/+8
* SERVER-57882 Add $minN and $maxN as expressionsMihai Andrei2021-08-061-0/+8
* SERVER-56873: Add new operators '$tsSecond' and '$tsIncrement' for the aggreg...Rishab Joshi2021-06-171-0/+6
* SERVER-54741: Extend expression walker to support read-only use casesHana Pearlman2021-06-041-130/+153
* SERVER-41611 Add $setField aggregation expressionAlya Berciu2021-05-101-0/+2
* SERVER-30417: Implement $getField expressionAlya Berciu2021-04-211-0/+2
* SERVER-54390 Implement $dateTrunc in DocumentSource executionMindaugas Malinauskas2021-03-221-0/+2
* SERVER-51664 Implement $dateAdd and $dateSubtract in DocumentSource executionMilena Ivanova2021-01-121-0/+4
* SERVER-51617 Add test expression for API version testingBetty Shen2020-12-081-0/+2
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-301-0/+2
* Revert "SERVER-51663 Implement $dateDiff in DocumentSource execution"Kaloian Manassiev2020-11-271-2/+0
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-261-0/+2
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-031-0/+2
* SERVER-47704 Delete internal expression for removing tombstonesIan Boros2020-06-261-2/+0
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-06-041-0/+2
* SERVER-47506 Add expression for removing Document tombstonesMihai Andrei2020-04-151-0/+2
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-271-1/+1
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-261-1/+1
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-251-1/+1
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-241-1/+1
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-211-1/+1
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-2/+2
* Revert "SERVER-45453 Change name and usage of '$_internalJs' to '$function'"Katherine Wu2020-02-071-2/+2
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-2/+2
* SERVER-33582 Add $bsonSize expressionDavid Percy2019-12-121-0/+2
* SERVER-32314 Add $replaceOne and $replaceAll expressionsDavid Percy2019-12-051-0/+4
* SERVER-44327 Add $first and $last expressionsDavid Percy2019-11-251-0/+4
* SERVER-30967 Add $binarySize expressionDavid Percy2019-11-211-0/+2
* SERVER-42495 Integrate find() post-processing logic with ParsedAggregationPro...Anton Korshunov2019-09-131-2/+8
* SERVER-42644 Add $_internalJs expressionTed Tuckman2019-08-151-0/+2
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-071-0/+2
* SERVER-34373 add aggregation expression to test if type is numericGeorge Wangensteen2019-08-011-0/+2
* SERVER-40527 Fix missing virtual in agg_expression_testNick Zolnierz2019-04-101-0/+5
* SERVER-40527 Implement visitor for aggregation expressionsNick Zolnierz2019-04-101-0/+273