pub fn build_order_terms(
order_by: &[OrderByField],
table: &Table,
) -> Vec<CoercibleOrderTerm>Expand description
Build order terms from OrderByFields.
pub fn build_order_terms(
order_by: &[OrderByField],
table: &Table,
) -> Vec<CoercibleOrderTerm>Build order terms from OrderByFields.