pub fn compare_sort_key_values(
keys: &[SortKey],
av: &[Value],
bv: &[Value],
) -> OrderingExpand 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).