Skip to main content

set_order_by

Function set_order_by 

Source
pub fn set_order_by(
    expr: Expression,
    expressions: Vec<Expression>,
) -> Expression
Expand description

Set the ORDER BY clause on a SELECT or set operation.

Bare expressions are normalized to ascending order expressions. Existing Ordered expressions preserve their direction and null-ordering metadata.