Multiple choice technology

What is the order of execution followed in Transformer stage?

  1. Constraints -->Derivations-->Stage variables

  2. Constraints -->Stage variables-->Derivations

  3. Derivations-->Stage variables-->Constraints

  4. Stage variables-->Constraints -->Derivations

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In the Transformer stage, execution order is: (1) Stage variables are initialized, (2) Constraints are evaluated to filter rows, (3) Derivations are computed for output columns. This order ensures derivations can use constraint results and stage variables.