pub(crate) fn to_order_by_exprs_with_select( order_by: Option<OrderBy>, select_exprs: Option<&Vec<Expr>>, ) -> Result<Vec<OrderByExpr>>
Returns the order by expressions from the query with the select expressions.