summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/makeobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/sbe/stages/makeobj.h')
-rw-r--r--src/mongo/db/exec/sbe/stages/makeobj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/exec/sbe/stages/makeobj.h b/src/mongo/db/exec/sbe/stages/makeobj.h
index 10dd950bcf6..9901ad17744 100644
--- a/src/mongo/db/exec/sbe/stages/makeobj.h
+++ b/src/mongo/db/exec/sbe/stages/makeobj.h
@@ -91,6 +91,9 @@ public:
const SpecificStats* getSpecificStats() const final;
std::vector<DebugPrinter::Block> debugPrint() const final;
+protected:
+ void doSaveState() final;
+
private:
void projectField(value::Object* obj, size_t idx);
void projectField(UniqueBSONObjBuilder* bob, size_t idx);