summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_limit.h
diff options
context:
space:
mode:
authorKevinCybura <KevinCybura@gmail.com>2018-05-01 13:35:19 -0400
committerCharlie Swanson <charlie.swanson@mongodb.com>2018-05-11 18:24:26 -0400
commite885cbbc9458eb0de8882ba4fe0b5591498efaf1 (patch)
tree765b3f0a5d41b784877ded6a5f39d73bd55b8512 /src/mongo/db/pipeline/document_source_limit.h
parentf2853bb09946ce5bb7779ff6ad8139a23cf35a90 (diff)
downloadmongo-e885cbbc9458eb0de8882ba4fe0b5591498efaf1.tar.gz
SERVER-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSource
Closes #1237 Signed-off-by: Charlie Swanson <charlie.swanson@mongodb.com>
Diffstat (limited to 'src/mongo/db/pipeline/document_source_limit.h')
-rw-r--r--src/mongo/db/pipeline/document_source_limit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_limit.h b/src/mongo/db/pipeline/document_source_limit.h
index 3c8c21c2511..cfdbbdec036 100644
--- a/src/mongo/db/pipeline/document_source_limit.h
+++ b/src/mongo/db/pipeline/document_source_limit.h
@@ -32,7 +32,7 @@
namespace mongo {
-class DocumentSourceLimit final : public DocumentSource, public SplittableDocumentSource {
+class DocumentSourceLimit final : public DocumentSource, public NeedsMergerDocumentSource {
public:
static constexpr StringData kStageName = "$limit"_sd;