summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/abt/match_expression_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62025 Only use CQF path for eligible queries and fallback to classic o...Nicholas Zolnierz2022-06-161-0/+12
* SERVER-62961 Fix ABT->SBE lowering of EvalFilter paths to correctly handle c...Svilen Mihaylov2022-05-271-16/+43
* SERVER-61992 Enable ABT generation of "exists" in $matchruslan.abdulkhalikov2022-05-261-1/+15
* SERVER-66547 Implement simple agg comparison for new optimizerSvilen Mihaylov2022-05-181-6/+18
* SERVER-65928 Fix behavior of $in with null and missingSvilen Mihaylov2022-04-251-6/+9
* SERVER-61991: implement ABT translation for $in match expressionHana Pearlman2022-04-211-1/+26
* SERVER-65748 Implement $ne for new optimizerSvilen Mihaylov2022-04-181-3/+7
* SERVER-65715 Implement querying for null for new optimizerSvilen Mihaylov2022-04-181-0/+10
* SERVER-63643 Generate implicit schema for create collection with encrypted fi...Erwin Pe2022-03-181-0/+4
* SERVER-64442 Implement $size for new optimizerSvilen Mihaylov2022-03-111-1/+18
* SERVER-62502 Add ABT support for EFail and ENumericConvertDrew Paroski2022-02-021-1/+1
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+479