# 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 
