Structsยง
- Column
Order - Column index with an order type (ASC or DESC). Used to represent a sort key
(
Vec<ColumnOrder>
). - Column
Order Display - Heap
Elem - Order
Type - Order type of a column.
Enumsยง
Functionsยง
- cmp_
datum - Compare two
Datum
s with specified order type. - cmp_
datum_ iter - Compare two
Datum
iterators with specified order types. - cmp_
rows - Compare two
Row
s with specified order types. - compare_
rows_ ๐in_ chunk - compare_
values_ ๐in_ array - generic_
partial_ ๐cmp - partial_
cmp_ datum - Partial compare two
Datum
s with specified order type. - partial_
cmp_ datum_ iter - Compare two
Datum
iterators with specified order types. - partial_
cmp_ rows - Partial compare two
Row
s with specified order types.