summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/abt/agg_expression_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74362: implement $percentile expressionNaama Bareket2023-03-281-0/+10
* SERVER-73821 [CQF] Split path utilities from utils.cppSvilen Mihaylov2023-02-091-1/+1
* SERVER-73428 [CQF] Eliminate duplicate conversion from document value to sbe ...Svilen Mihaylov2023-02-021-1/+2
* SERVER-71550 Simplify uses of PartialSchemaRequirementsDavid Percy2023-01-131-2/+2
* Revert "SERVER-71550 Simplify uses of PartialSchemaRequirements"auto-revert-processor2023-01-121-2/+2
* SERVER-71550 Simplify uses of PartialSchemaRequirementsDavid Percy2023-01-111-2/+2
* SERVER-71460: Make maxDepth the first PathTraverse argumentHana Pearlman2023-01-041-3/+3
* SERVER-68685 Adds new $_internalIndexKey agg expression.Rishab Joshi2022-12-251-0/+4
* SERVER-71500: fix reverseComparisonOp to reverse instead of negateWill Buerger2022-12-211-1/+1
* SERVER-71384 [CQF] Speed up vending of projection namesSvilen Mihaylov2022-12-131-11/+4
* SERVER-25823 add bitwise AND, OR, XOR to the agg languageDavis Haupt2022-12-051-2/+9
* SERVER-71450 Add bitwise not to aggregation languageDavis Haupt2022-12-021-0/+4
* SERVER-68686 Add new $_internalOwningShard agg expressionDenis Grebennicov2022-11-241-0/+4
* SERVER-71214 remove $betweenDavis Haupt2022-11-111-4/+0
* SERVER-70965 [CQF] Strong alias for ProjectionNames and FieldNamesSvilen Mihaylov2022-11-091-11/+16
* SERVER-69598 squash commitsgalon12022-09-231-1/+1
* SERVER-68828 Create $encryptedBetween aggregation expressionDavis Haupt2022-08-171-0/+4
* SERVER-67629 encryptedBetween agg operatorjoshua2022-08-161-0/+4
* SERVER-67436 Add paramaterer to Traverse path element to specify max depthSvilen Mihaylov2022-07-101-4/+12
* SERVER-62029: Review agg to ABT translationHana Pearlman2022-06-301-7/+1
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-0/+4
* SERVER-67003 Fixes for agg expressionsSvilen Mihaylov2022-06-131-16/+18
* SERVER-66547 Implement simple agg comparison for new optimizerSvilen Mihaylov2022-05-181-59/+97
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-04-281-0/+4
* SERVER-64442 Implement $size for new optimizerSvilen Mihaylov2022-03-111-1/+1
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+840