to_order_by_exprs_with_select

Function to_order_by_exprs_with_select 

Source
pub(crate) fn to_order_by_exprs_with_select(
    order_by: Option<OrderBy>,
    select_exprs: Option<&Vec<Expr>>,
) -> Result<Vec<OrderByExpr>>
Expand description

Returns the order by expressions from the query with the select expressions.