Skip to main content

cmp

Function cmp 

Source
pub fn cmp(a: &Value, b: &Value) -> Ordering
Expand description

Total order over agtype values, matching AGE’s ORDER BY semantics (ascending; null sorts last, so DESC puts it first).