summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_expr.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70205 Add non-const getters to some aggregation objectsTed Tuckman2022-10-191-0/+7
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-6/+0
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-08-181-0/+2
* Revert "SERVER-65049 Optimize away { $expr : true } in $match clauses"Uladzimir Makouski2022-07-261-2/+0
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-07-251-0/+2
* SERVER-64002 Consistently disallow out-of-bounds access to the children vecto...Lynne Wang2022-07-031-1/+1
* SERVER-63294 server-side rewrite for match expressions with FLE find payloadsDavis Haupt2022-03-011-0/+5
* SERVER-54741: Extend expression walker to support read-only use casesHana Pearlman2021-06-041-1/+1
* SERVER-55183 Fix owning raw pointers in matcher/Jacob Evans2021-03-241-2/+2
* SERVER-54589: Extend MatchExpression renaming to support $match with $exprHana Pearlman2021-02-251-0/+12
* SERVER-51399 Validation errors for $expr should report result of evaluation, ...Mindaugas Malinauskas2020-10-271-0/+6
* SERVER-50382 Add support for $expr match expression in SBEAnton Korshunov2020-09-151-2/+2
* SERVER-49208 Implement validation error generation for miscellaneous query op...Jenny Peshansky2020-08-071-2/+5
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+8
* SERVER-45281 Reduce danger of MatchExpression::getChildVector()Jacob Evans2019-12-231-2/+3
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-39805 [FLE] add support for in MatchExpressionDavis Haupt2019-06-171-0/+8
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30989 Add Expression rewrite to ExprMatchExpressionJames Wahlin2017-10-101-3/+4
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-0/+2
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-1/+2
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-2/+1
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-1/+2
* SERVER-30985 Implement numChildren() in InternalSchemaObjectMatchExpressionJames Wahlin2017-09-121-0/+12
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+87