Struct mentat_query_algebrizer::OrderBy [] [src]

pub struct OrderBy(pub Direction, pub VariableColumn);

Represents an entry in the ORDER BY list: a variable or a variable's type tag. (We require order vars to be projected, so we can simply use a variable here.)

Trait Implementations

impl Clone for OrderBy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderBy
[src]

Formats the value using the given formatter. Read more

impl Eq for OrderBy
[src]

impl PartialEq for OrderBy
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<Order> for OrderBy
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for OrderBy

impl !Sync for OrderBy