summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/collection_scan.h
diff options
context:
space:
mode:
authorsamontea <merciers.merciers@gmail.com>2022-04-29 18:44:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-29 19:18:11 +0000
commitacc863f8dfb994e09a332730f6098a3afd3030bd (patch)
tree599d375527cf219147fe15dbbe1a8f04a6d95965 /src/mongo/db/exec/collection_scan.h
parentbfdf1c142d3fc2240e57c657226d757e3f5e6594 (diff)
downloadmongo-acc863f8dfb994e09a332730f6098a3afd3030bd.tar.gz
Revert "SERVER-64349 Add heuristic-based planning support for bucket unpacking with sort"
This reverts commit d253f3aa9644ad82a1fc6afa9732267ff45e160e.
Diffstat (limited to 'src/mongo/db/exec/collection_scan.h')
-rw-r--r--src/mongo/db/exec/collection_scan.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/exec/collection_scan.h b/src/mongo/db/exec/collection_scan.h
index f9ce637dbad..0de33f09899 100644
--- a/src/mongo/db/exec/collection_scan.h
+++ b/src/mongo/db/exec/collection_scan.h
@@ -91,10 +91,6 @@ public:
const SpecificStats* getSpecificStats() const final;
- CollectionScanParams::Direction getDirection() const {
- return _params.direction;
- }
-
protected:
void doSaveStateRequiresCollection() final;