diff options
author | Bernard Gorman <bernard.gorman@gmail.com> | 2018-06-12 13:35:22 +0100 |
---|---|---|
committer | Bernard Gorman <bernard.gorman@gmail.com> | 2018-06-22 04:03:41 +0100 |
commit | c798e34f5479c43da70d5f9f7d4919f16e6dbd50 (patch) | |
tree | fa2e47d9c74a26fa01874c9cc76a13f6dbc31dbe /src/mongo/db/pipeline/document_source_group.h | |
parent | 04d8939bd9c6776da8b7effe9c4bcaa20591d88f (diff) | |
download | mongo-c798e34f5479c43da70d5f9f7d4919f16e6dbd50.tar.gz |
SERVER-35329 Package agg projection code for use outside of agg execution
Diffstat (limited to 'src/mongo/db/pipeline/document_source_group.h')
-rw-r--r-- | src/mongo/db/pipeline/document_source_group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_group.h b/src/mongo/db/pipeline/document_source_group.h index eeec779807f..f0fadbd2320 100644 --- a/src/mongo/db/pipeline/document_source_group.h +++ b/src/mongo/db/pipeline/document_source_group.h @@ -47,7 +47,7 @@ public: // Virtuals from DocumentSource. boost::intrusive_ptr<DocumentSource> optimize() final; - GetDepsReturn getDependencies(DepsTracker* deps) const final; + DepsTracker::State getDependencies(DepsTracker* deps) const final; Value serialize(boost::optional<ExplainOptions::Verbosity> explain = boost::none) const final; GetNextResult getNext() final; const char* getSourceName() const final; |