Resolves an Order to its sort precedence.
The 1-based magnitude ranking a sort key against other criteria: the "asc" and "desc" shorthands map to 1, and a numeric order to the absolute value of its precedence (0 when the order is zero and thus ignored).
"asc"
"desc"
1
0
The sort order to resolve
The non-negative precedence of order, or 0 when it is zero and ignored
order
getOrderDirection for the signed direction
Resolves an Order to its sort precedence.
The 1-based magnitude ranking a sort key against other criteria: the
"asc"and"desc"shorthands map to1, and a numeric order to the absolute value of its precedence (0when the order is zero and thus ignored).