Skip to main content

compare_sort_key_values

Function compare_sort_key_values 

Source
pub fn compare_sort_key_values(
    keys: &[SortKey],
    av: &[Value],
    bv: &[Value],
) -> Ordering
Expand description

Compare two pre-computed sort-key vectors under keys semantics: per-key direction plus PostgreSQL NULLS placement (default NULLS LAST for ascending, NULLS FIRST for descending).