When a left row has no matching right row, the right-side cells are NULL.
NULL padded right side
Read padded rows
The compiler creates 3 NULL-padded joined rows.
padded rows=3
Outer-join examples are tiny finite-table transforms; SQL dialect completeness, type coercion, optimizer behavior, execution cost, indexing, and database-product claims are out of scope.
The marker is visible
Those NULL right-side cells are what the next filter will test.
visible missing marker
Summary
Padding turns no right match into a visible row fact.