summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/rewrite_expr_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-31760 Optimize $expr to allow index use for equality predicates.David Storch2018-01-041-88/+43
|
* SERVER-30989 Add Expression rewrite to ExprMatchExpressionJames Wahlin2017-10-101-5/+5
|
* SERVER-30989 Expression to match rewrite moduleJames Wahlin2017-09-271-0/+312
Introduces a standalone Expression => MatchExpression rewrite module with unit tests.