Enum cudb::query::ResultOrder [−][src]
Expand description
The order that the results should be sorted in.
Variants
Asc(FieldPath)Sorted ascending according to the given field.
Tuple Fields of Asc
0: FieldPathDesc(FieldPath)Sorted descending according to the given field.
Tuple Fields of Desc
0: FieldPath