Functionsยง
- compare_
value_ with_ literal - Helper to evaluate a comparison for WHERE clauses Handles the special case of comparing a DataValue from the table with a literal value
- compare_
values - Core comparison logic that returns an Ordering This is the single source of truth for all value comparisons
- compare_
with_ op - Compare two DataValues with a comparison operator
- values_
equal - Compare two DataValues for equality
- values_
not_ equal - Compare two DataValues for inequality