A Boolean filter starts by assigning row truth values.
highlighted = computed this step
Base predicate facts
A Boolean filter starts by giving each row a truth value.
row truth first
Read row truth
The base comparison has 3 TRUE rows and 1 UNKNOWN row.
TRUE rows=3
Boolean-filter examples are tiny finite WHERE-style filters with SQL-style TRUE/FALSE/UNKNOWN logic; SQL dialect completeness, type coercion, optimizer behavior, indexing, and product claims are out of scope.
One predicate per row
The same authored comparison is recomputed for every source row.
same predicate each row
Summary
The rest of the book combines these exact truth values.