Struct sqlparser::ast::OrderByExpr
source · Expand description
An ORDER BY expression
Fields§
§expr: Expr§asc: Option<bool>Optional ASC or DESC
nulls_first: Option<bool>Optional NULLS FIRST or NULLS LAST
Trait Implementations§
source§impl Clone for OrderByExpr
impl Clone for OrderByExpr
source§fn clone(&self) -> OrderByExpr
fn clone(&self) -> OrderByExpr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more