Replaces the query's ordering with the supplied expressions.
Query<R, F> orderBy(List<OrderTerm> Function(F) order) => copyQuery(queryState.copy(order: List.unmodifiable(order(queryFields))));