AND keeps rows only when every child predicate is TRUE.
highlighted = computed this step
AND requires both TRUE
AND keeps a row only when every child predicate is TRUE.
both TRUE
Read AND rows
The AND expression has 1 TRUE row.
AND TRUE rows=1
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.
A FALSE child stops the row
If either child is FALSE, the AND result is FALSE.