Module sort_util

Source

Structsยง

ColumnOrder
Column index with an order type (ASC or DESC). Used to represent a sort key (Vec<ColumnOrder>).
ColumnOrderDisplay
HeapElem
OrderType
Order type of a column.

Enumsยง

Direction
Sort direction, ascending/descending.
NullsAre ๐Ÿ”’
Nulls are largest/smallest.

Functionsยง

cmp_datum
Compare two Datums with specified order type.
cmp_datum_iter
Compare two Datum iterators with specified order types.
cmp_rows
Compare two Rows with specified order types.
compare_rows_in_chunk ๐Ÿ”’
compare_values_in_array ๐Ÿ”’
generic_partial_cmp ๐Ÿ”’
partial_cmp_datum
Partial compare two Datums with specified order type.
partial_cmp_datum_iter
Compare two Datum iterators with specified order types.
partial_cmp_rows
Partial compare two Rows with specified order types.