WHERE-style output keeps TRUE rows in source order.
highlighted = computed this step
TRUE-only output order
This WHERE-style filter keeps TRUE rows only.
TRUE rows only
Read output rows
The output has 3 rows, while 1 UNKNOWN row is dropped.
output 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.
Source order remains
Kept rows stay in the same order as the source table.
source order kept
Summary
Boolean filtering keeps TRUE rows and does not sort them.