summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds.h
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2013-08-08 23:15:00 -0400
committerHari Khalsa <hkhalsa@10gen.com>2013-08-12 11:52:13 -0400
commit69f264e93dee509597f787773e1f05e1ec313d2b (patch)
tree5880c7cda25e10118467317ec158da3d7913da68 /src/mongo/db/query/index_bounds.h
parent525f2f11ac545221f1b0af0746d0891c40ed9aa7 (diff)
downloadmongo-69f264e93dee509597f787773e1f05e1ec313d2b.tar.gz
SERVER-10026 SERVER-10471 unittestable query planner
Diffstat (limited to 'src/mongo/db/query/index_bounds.h')
-rw-r--r--src/mongo/db/query/index_bounds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/query/index_bounds.h b/src/mongo/db/query/index_bounds.h
index c8d43ed6f85..fd0ce078a81 100644
--- a/src/mongo/db/query/index_bounds.h
+++ b/src/mongo/db/query/index_bounds.h
@@ -59,6 +59,8 @@ namespace mongo {
// For each indexed field, the values that the field is allowed to take on.
vector<OrderedIntervalList> fields;
+ string toString() const;
+
// Debugging check.
// We must have as many fields the key pattern does.
// The fields must be oriented in the direction we'd encounter them given the indexing