summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_with_placeholder_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+3
| | | | This patch includes also moves ownership of the collator to the ExpressionContext.
* 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-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-091-87/+86
|
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-0/+9
|
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-74/+77
|
* SERVER-30717 Serialize OrMatchExpression to {$alwaysFalse: 1}Blake Oler2017-09-121-4/+5
|
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-4/+1
|
* SERVER-30954 Remove support for expr constant expressions from ↵Tess Avitabile2017-09-061-0/+3
| | | | ComparisonMatchExpression
* SERVER-30664: extend ExpressionWithPlaceholder to accept more expressionsNick Zolnierz2017-08-301-15/+133
|
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+15
|
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-081-0/+38
|
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for ↵Natalia Jacobowitz2017-07-251-0/+182
future re-usability with JSON Schema