summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/a_b_t_plan_generation/lower_multiple_evaluation_nodes.txt
blob: 5ad8432c3801fcae74147deec4bf51538a1f8d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Golden test output of ABTPlanGeneration/LowerMultipleEvaluationNodes

==== VARIATION: Lower two chained evaluation nodes ====
-- INPUT:
Evaluation [{proj1}]
|   FunctionCall [getField]
|   |   Const ["b"]
|   Variable [scan0]
Evaluation [{proj0}]
|   FunctionCall [getField]
|   |   Const ["a"]
|   Variable [scan0]
PhysicalScan [{'<root>': scan0}, collName]

-- OUTPUT:
[2] project [s3 = getField(s1, "b")] 
[1] project [s2 = getField(s1, "a")] 
[0] scan s1 none none none none none [] @"<collUUID>" true false