The anti-match output keeps rows with no right match.
highlighted = computed this step
Missing output
The missing-match output is the left rows whose right-side key cell is NULL after the join.
missing output
Contrast missing and present
The missing filter keeps 3 rows; the present filter keeps 3 matched rows.
missing versus present
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.
Read the two filters
IS NULL keeps padded rows. IS NOT NULL keeps rows with right-side task values.
opposite filters
Summary
Both filters are post-join filters over the same joined table.