Enum mentat_query_algebrizer::DatomsColumn [] [src]

pub enum DatomsColumn {
    Entity,
    Attribute,
    Value,
    Tx,
    ValueTypeTag,
}

One of the named columns of our tables.

Variants

Methods

impl DatomsColumn
[src]

The type of the v column is determined by the value_type_tag column. Return the associated column determining the type of this column, if there is one.

Trait Implementations

impl PartialEq for DatomsColumn
[src]

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

This method tests for !=.

impl Eq for DatomsColumn
[src]

impl Clone for DatomsColumn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<DatomsColumn> for Column
[src]

Performs the conversion.

impl ColumnName for DatomsColumn
[src]

impl Debug for DatomsColumn
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DatomsColumn

impl Sync for DatomsColumn