Module value_comparisons

Module value_comparisons 

Source

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