summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_analysis.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2013-11-20 17:41:20 -0500
committerHari Khalsa <hkhalsa@10gen.com>2013-11-21 10:22:12 -0500
commit0ca6f73c92b8eb313ed2fee5bcb2dbfa35b82904 (patch)
treede50391243e272beee96dec77bbadc3082091a41 /src/mongo/db/query/planner_analysis.h
parentb5aad6eccd3b934b6109be9091b23c4d64034c33 (diff)
downloadmongo-0ca6f73c92b8eb313ed2fee5bcb2dbfa35b82904.tar.gz
SERVER-10026 move sort bounds calculation into sort stage
Diffstat (limited to 'src/mongo/db/query/planner_analysis.h')
-rw-r--r--src/mongo/db/query/planner_analysis.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mongo/db/query/planner_analysis.h b/src/mongo/db/query/planner_analysis.h
index 3d172647ff0..7fdf9320646 100644
--- a/src/mongo/db/query/planner_analysis.h
+++ b/src/mongo/db/query/planner_analysis.h
@@ -55,14 +55,6 @@ namespace mongo {
static QuerySolution* analyzeDataAccess(const CanonicalQuery& query,
const QueryPlannerParams& params,
QuerySolutionNode* solnRoot);
-
- /**
- * Get the bounds for the sort in 'query' used by the sort stage. Output the bounds
- * in 'node'.
- *
- * XXX TODO: move into sort stage...
- */
- static void getBoundsForSort(const CanonicalQuery& query, SortNode* node);
};
} // namespace mongo