compare_datavalues

Function compare_datavalues 

Source
pub fn compare_datavalues(a: &DataValue, b: &DataValue) -> Ordering
Expand description

Utility function to compare two DataValues, handling all types including InternedString This centralizes comparison logic to avoid duplicating InternedString handling everywhere