summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/stages/union.h
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2020-11-10 14:40:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-25 17:53:41 +0000
commitfb6c08b7860412982a249d749d6405ec885179ac (patch)
tree4ce895d66b2234a023ec86dfd4b43dc4f79f032c /src/mongo/db/exec/sbe/stages/union.h
parent2d295d7b205dcac66d434929553610dd48ac0815 (diff)
downloadmongo-fb6c08b7860412982a249d749d6405ec885179ac.tar.gz
SERVER-51409 Support executionStats mode in SBE explain
Diffstat (limited to 'src/mongo/db/exec/sbe/stages/union.h')
-rw-r--r--src/mongo/db/exec/sbe/stages/union.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/sbe/stages/union.h b/src/mongo/db/exec/sbe/stages/union.h
index 3f7c89dfb42..c903d0cc88a 100644
--- a/src/mongo/db/exec/sbe/stages/union.h
+++ b/src/mongo/db/exec/sbe/stages/union.h
@@ -49,7 +49,7 @@ public:
PlanState getNext() final;
void close() final;
- std::unique_ptr<PlanStageStats> getStats() const final;
+ std::unique_ptr<PlanStageStats> getStats(bool includeDebugInfo) const final;
const SpecificStats* getSpecificStats() const final;
std::vector<DebugPrinter::Block> debugPrint() const final;