Var Ref
Looks up a name in the current evaluation environment. Standard bindings the runner provides: input — InstanceTransformation, the current instance. inputs — SetTransformation, the matched set (or partition). key — SetTransformation with partitionBy, the partition value. Custom bindings introduced by IteratingExpression subclasses (ForEach, ListMap, Filter, etc.) shadow these for the body expression's lifetime.
- Subclass Of
Expression