summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/s_b_e_local_bind_test/one_variable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/test_output/exec/sbe/s_b_e_local_bind_test/one_variable.txt')
-rw-r--r--src/mongo/db/test_output/exec/sbe/s_b_e_local_bind_test/one_variable.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mongo/db/test_output/exec/sbe/s_b_e_local_bind_test/one_variable.txt b/src/mongo/db/test_output/exec/sbe/s_b_e_local_bind_test/one_variable.txt
new file mode 100644
index 00000000000..ed4205f6087
--- /dev/null
+++ b/src/mongo/db/test_output/exec/sbe/s_b_e_local_bind_test/one_variable.txt
@@ -0,0 +1,20 @@
+# Golden test output of SBELocalBindTest/OneVariable
+-- INPUT EXPRESSION:
+
+ let [
+ l10.0 = 10
+ ]
+ in (l10.0 + l10.0)
+
+
+-- COMPILED EXPRESSION:
+[0x0000-0x0017]
+0x0000: pushConstVal(value: 10);
+0x000a: add(popLhs: 0, offsetLhs: 0, popRhs: 0, offsetRhs: 0);
+0x0015: swap();
+0x0016: pop();
+
+
+-- EXECUTE VARIATION:
+RESULT: 20
+