Simple integer expressions are recomputed row by row.
highlighted = computed this step
Simple integer expressions
This small model supports one integer expression: add two integer columns.
qty plus bonus
Read expression rows
The expression is recomputed for 4 source rows.
expression rows=4
SELECT-list examples are tiny finite-table transforms; DISTINCT, aggregation, type coercion, optimizer behavior, and database-product claims are out of scope.
NULL stays NULL
If either side of the addition is NULL, the expression result is NULL.
NULL plus value gives NULL
Summary
Expressions are still exact finite row transforms.