summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_single_document_transformation.h
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2017-06-22 11:44:58 -0400
committerSiyuan Zhou <siyuan.zhou@mongodb.com>2017-07-05 18:02:21 -0400
commitf4747551a1b81a25f7491b5670ed70c84d91dc9c (patch)
tree3ec94be20b88b5f45e472d06f0b01f53c0c4a5e2 /src/mongo/db/pipeline/document_source_single_document_transformation.h
parent12568fbc406678ebd98a93d121175b1f765c4766 (diff)
downloadmongo-f4747551a1b81a25f7491b5670ed70c84d91dc9c.tar.gz
SERVER-29130 Make $changeNotification stage return entries in the proper format
Diffstat (limited to 'src/mongo/db/pipeline/document_source_single_document_transformation.h')
-rw-r--r--src/mongo/db/pipeline/document_source_single_document_transformation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/document_source_single_document_transformation.h b/src/mongo/db/pipeline/document_source_single_document_transformation.h
index ee2141a2c8d..a3bea23795e 100644
--- a/src/mongo/db/pipeline/document_source_single_document_transformation.h
+++ b/src/mongo/db/pipeline/document_source_single_document_transformation.h
@@ -57,6 +57,7 @@ public:
kInclusionProjection,
kComputedProjection,
kReplaceRoot,
+ kChangeNotificationTransformation,
};
virtual ~TransformerInterface() = default;
virtual Document applyTransformation(const Document& input) = 0;