summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/a_b_t_plan_generation/lower_index_scan_node.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/test_output/exec/sbe/a_b_t_plan_generation/lower_index_scan_node.txt')
-rw-r--r--src/mongo/db/test_output/exec/sbe/a_b_t_plan_generation/lower_index_scan_node.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/db/test_output/exec/sbe/a_b_t_plan_generation/lower_index_scan_node.txt b/src/mongo/db/test_output/exec/sbe/a_b_t_plan_generation/lower_index_scan_node.txt
index b5fa136f28e..2786522ff59 100644
--- a/src/mongo/db/test_output/exec/sbe/a_b_t_plan_generation/lower_index_scan_node.txt
+++ b/src/mongo/db/test_output/exec/sbe/a_b_t_plan_generation/lower_index_scan_node.txt
@@ -5,25 +5,25 @@
IndexScan [{'<rid>': rid}, scanDefName: collName, indexDefName: index0, interval: {(Const [23], Const [35]]}]
-- OUTPUT:
-[0] ixseek ks(2ll, 0, 23L, 2ll) ks(2ll, 0, 35L, 2ll) none s1 none none [] @"<collUUID>" @"<collUUID>" true
+[0] ixseek ks(1ll, 0, 23L, 2ll) ks(1ll, 0, 35L, 2ll) none s1 none none [] @"<collUUID>" @"<collUUID>" true
==== VARIATION: Covering forward index scan with one field ====
-- INPUT:
IndexScan [{'<indexKey> 0': proj0}, scanDefName: collName, indexDefName: index0, interval: {[Const [26], Const [35])}]
-- OUTPUT:
-[0] ixseek ks(2ll, 0, 26L, 1ll) ks(2ll, 0, 35L, 1ll) none none none none [s1 = 0] @"<collUUID>" @"<collUUID>" true
+[0] ixseek ks(1ll, 0, 26L, 1ll) ks(1ll, 0, 35L, 1ll) none none none none [s1 = 0] @"<collUUID>" @"<collUUID>" true
==== VARIATION: Basic reverse index scan with RID ====
-- INPUT:
IndexScan [{'<rid>': rid}, scanDefName: collName, indexDefName: index0, interval: {[Const [27], Const [135])}, reversed]
-- OUTPUT:
-[0] ixseek ks(2ll, 0, 135L, 1ll) ks(2ll, 0, 27L, 1ll) none s1 none none [] @"<collUUID>" @"<collUUID>" false
+[0] ixseek ks(1ll, 0, 135L, 1ll) ks(1ll, 0, 27L, 1ll) none s1 none none [] @"<collUUID>" @"<collUUID>" false
==== VARIATION: Covering reverse index scan with one field ====
-- INPUT:
IndexScan [{'<indexKey> 0': proj0}, scanDefName: collName, indexDefName: index0, interval: {[Const [29], Const [47]]}, reversed]
-- OUTPUT:
-[0] ixseek ks(2ll, 0, 47L, 2ll) ks(2ll, 0, 29L, 1ll) none none none none [s1 = 0] @"<collUUID>" @"<collUUID>" false
+[0] ixseek ks(1ll, 0, 47L, 2ll) ks(1ll, 0, 29L, 1ll) none none none none [s1 = 0] @"<collUUID>" @"<collUUID>" false