summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/SConscript
diff options
context:
space:
mode:
authorJacob Evans <jacob.evans@mongodb.com>2020-01-17 18:49:44 +0000
committerevergreen <evergreen@mongodb.com>2020-01-17 18:49:44 +0000
commitb758eb90dd982460af62fbb61737f935dae9b828 (patch)
tree3e24d276772b3dff7d50a956577ca20627d6b3db /src/mongo/db/pipeline/SConscript
parent7c4a10c606dba1b1c91d72ad6c3d8f1e89b33d31 (diff)
downloadmongo-b758eb90dd982460af62fbb61737f935dae9b828.tar.gz
SERVER-45399 Add basic union aggregation stage for unsharded collections
Diffstat (limited to 'src/mongo/db/pipeline/SConscript')
-rw-r--r--src/mongo/db/pipeline/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/SConscript b/src/mongo/db/pipeline/SConscript
index e9a4e66b9c2..ae5f56ae340 100644
--- a/src/mongo/db/pipeline/SConscript
+++ b/src/mongo/db/pipeline/SConscript
@@ -323,6 +323,7 @@ pipelineEnv.Library(
'document_source_sort.cpp',
'document_source_sort_by_count.cpp',
'document_source_tee_consumer.cpp',
+ 'document_source_union_with.cpp',
'document_source_unwind.cpp',
'pipeline.cpp',
'semantic_analysis.cpp',
@@ -447,6 +448,7 @@ env.CppUnitTest(
'document_source_skip_test.cpp',
'document_source_sort_by_count_test.cpp',
'document_source_sort_test.cpp',
+ 'document_source_union_with_test.cpp',
'document_source_unwind_test.cpp',
'expression_and_test.cpp',
'expression_compare_test.cpp',