Enum mentat_query_algebrizer::VariableColumn [] [src]

pub enum VariableColumn {
    Variable(Variable),
    VariableTypeTag(Variable),
}

Variants

Trait Implementations

impl PartialEq for VariableColumn
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for VariableColumn
[src]

impl Clone for VariableColumn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<VariableColumn> for Column
[src]

[src]

Performs the conversion.

impl ColumnName for VariableColumn
[src]

[src]

impl Debug for VariableColumn
[src]

[src]

Formats the value using the given formatter. Read more