Ordered comparisons need exact same-type values in this model.
same type for order
Read string ordering
The same-type string comparison keeps 1 output row.
kept rows=1
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.
Mixed type fails closed
A qty compared to string '7' with an ordered operator is rejected instead of guessed.
mixed order rejected
Summary
The model teaches the comparison rule without inventing type coercion.