diff options
Diffstat (limited to 'src/mongo/db/matcher/schema/expression_internal_schema_eq.h')
| -rw-r--r-- | src/mongo/db/matcher/schema/expression_internal_schema_eq.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/matcher/schema/expression_internal_schema_eq.h b/src/mongo/db/matcher/schema/expression_internal_schema_eq.h index 5a24d5787d2..3f604294f60 100644 --- a/src/mongo/db/matcher/schema/expression_internal_schema_eq.h +++ b/src/mongo/db/matcher/schema/expression_internal_schema_eq.h @@ -59,9 +59,7 @@ public: void debugString(StringBuilder& debug, int indentationLevel) const final; - void appendSerializedRightHandSide(BSONObjBuilder* bob, - const SerializationOptions& opts = {}, - bool includePath = true) const final; + BSONObj getSerializedRightHandSide() const final; bool equivalent(const MatchExpression* other) const final; |
