Order#
- class barecat.maintenance.reshard.Order[source]#
Bases:
enum.FlagOrdering specification for file and directory listings.
The ordering can be by address (shard and offset), path, or random. The order can be ascending or descending. The default order is ANY, which is the order in which SQLite yields rows.
Attributes#
Instance Methods#
Returns the SQL ORDER BY clause corresponding to the ordering specification. |