diff options
Diffstat (limited to 'src/mongo/db/pipeline/window_function/window_function_shift.h')
| -rw-r--r-- | src/mongo/db/pipeline/window_function/window_function_shift.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/window_function/window_function_shift.h b/src/mongo/db/pipeline/window_function/window_function_shift.h index 649e90ce7e4..99a45dd3f84 100644 --- a/src/mongo/db/pipeline/window_function/window_function_shift.h +++ b/src/mongo/db/pipeline/window_function/window_function_shift.h @@ -68,7 +68,7 @@ public: MONGO_UNREACHABLE_TASSERT(5424302); } - Value serialize(const SerializationOptions& opts) const final; + Value serialize(boost::optional<ExplainOptions::Verbosity> explain) const final; private: static boost::intrusive_ptr<Expression> parseShiftArgs(BSONObj obj, |
