summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/hash_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/sbe/stages/hash_lookup.h')
-rw-r--r--src/mongo/db/exec/sbe/stages/hash_lookup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/exec/sbe/stages/hash_lookup.h b/src/mongo/db/exec/sbe/stages/hash_lookup.h
index e1694766500..5781e63af5a 100644
--- a/src/mongo/db/exec/sbe/stages/hash_lookup.h
+++ b/src/mongo/db/exec/sbe/stages/hash_lookup.h
@@ -231,5 +231,7 @@ private:
std::unique_ptr<TemporaryRecordStore> _recordStoreHt;
std::unique_ptr<TemporaryRecordStore> _recordStoreBuf;
+
+ HashLookupStats _specificStats;
};
} // namespace mongo::sbe