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