summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/stage_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/stage_types.h')
-rw-r--r--src/mongo/db/query/stage_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/query/stage_types.h b/src/mongo/db/query/stage_types.h
index 6b16e4575d0..882d0bf032b 100644
--- a/src/mongo/db/query/stage_types.h
+++ b/src/mongo/db/query/stage_types.h
@@ -52,6 +52,10 @@ enum StageType {
STAGE_CACHED_PLAN,
STAGE_COLLSCAN,
+ // A virtual scan stage that simulates a collection scan and doesn't depend on underlying
+ // storage.
+ STAGE_VIRTUAL_SCAN,
+
// This stage sits at the root of the query tree and counts up the number of results
// returned by its child.
STAGE_COUNT,