Equality asks whether the row value is exactly the pinned comparison value 7.
qty=7
Read TRUE rows
The equality comparison has 2 TRUE rows.
TRUE rows=2
Comparison examples are tiny finite-table transforms with SQL-style TRUE/FALSE/UNKNOWN results; SQL dialect completeness, type coercion, optimizer behavior, indexing, and product claims are out of scope.
Exact value match
Rows with qty 7 are kept; other known values are FALSE.
exact match
Summary
Equality keeps only exact matches, with NULL handled separately as UNKNOWN.