diff options
author | Nick Zolnierz <nicholas.zolnierz@mongodb.com> | 2019-02-25 10:14:09 -0500 |
---|---|---|
committer | Nick Zolnierz <nicholas.zolnierz@mongodb.com> | 2019-03-01 10:02:45 -0500 |
commit | adf8b17dd18bd0332a935e27eace73fc825982a3 (patch) | |
tree | e6c69c7d9afa991f5b6414d125b8d981d55a77d0 /src/mongo/db/matcher/expression.h | |
parent | ea8c9655768b0d482f71a44c1760600d8319bf61 (diff) | |
download | mongo-adf8b17dd18bd0332a935e27eace73fc825982a3.tar.gz |
SERVER-39233 Add the ability to modify the RHS element of a parsed MatchExpression
Diffstat (limited to 'src/mongo/db/matcher/expression.h')
-rw-r--r-- | src/mongo/db/matcher/expression.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/matcher/expression.h b/src/mongo/db/matcher/expression.h index f10dd8c5abd..02db8946ef4 100644 --- a/src/mongo/db/matcher/expression.h +++ b/src/mongo/db/matcher/expression.h @@ -103,8 +103,6 @@ public: TEXT, // Expressions that are only created internally - INTERNAL_2DSPHERE_KEY_IN_REGION, - INTERNAL_2D_KEY_IN_REGION, INTERNAL_2D_POINT_IN_ANNULUS, // Used to represent an expression language equality in a match expression tree, since $eq |