summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_access.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-01-21 13:19:59 -0500
committerHari Khalsa <hkhalsa@10gen.com>2014-01-23 14:18:03 -0500
commit05db1ea493f0bb00215e0dd94988f9aa927925bc (patch)
tree42d8257586251c2800b2b1b302b0b3036215acd4 /src/mongo/db/query/planner_access.h
parentcf99842a3a495cb86efca4d702fb8a45e5768072 (diff)
downloadmongo-05db1ea493f0bb00215e0dd94988f9aa927925bc.tar.gz
SERVER-2094 fast distinct when field is indexed and query is fully covered
Diffstat (limited to 'src/mongo/db/query/planner_access.h')
-rw-r--r--src/mongo/db/query/planner_access.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/query/planner_access.h b/src/mongo/db/query/planner_access.h
index e5675b81698..dc6d492a92f 100644
--- a/src/mongo/db/query/planner_access.h
+++ b/src/mongo/db/query/planner_access.h
@@ -159,13 +159,6 @@ namespace mongo {
*/
static void finishLeafNode(QuerySolutionNode* node, const IndexEntry& index);
- /**
- * Assumes each OIL in bounds is increasing.
- *
- * Aligns OILs (and bounds) according to the kp direction * the scanDir.
- */
- static void alignBounds(IndexBounds* bounds, const BSONObj& kp, int scanDir = 1);
-
private:
/**
* Add the filter 'match' to the query solution node 'node'. Takes