Every left row can be compared with every right row.
highlighted = computed this step
Candidate row pairs
Before matching keys, every left row can be compared with every right row.
candidate pairs
Count candidates
The compiler checks 20 candidate row pairs.
candidate pairs=20
Inner-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.
Read source order
Candidates are listed by left source row, then right source row.