summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_visitor.h
Commit message (Expand)AuthorAgeFilesLines
* 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