Structsยง
- Column index with an order type (ASC or DESC). Used to represent a sort key (
Vec<ColumnOrder>
). - Order type of a column.
Enumsยง
- Sort direction, ascending/descending.
- Nulls
Are ๐Nulls are largest/smallest.
Functionsยง
- Compare two
Datum
s with specified order type. - Compare two
Datum
iterators with specified order types. - Compare two
Row
s with specified order types. - generic_
partial_ ๐cmp - Partial compare two
Datum
s with specified order type. - Compare two
Datum
iterators with specified order types. - Partial compare two
Row
s with specified order types.