Enum mentat_query_algebrizer::DatomsTable [] [src]

pub enum DatomsTable {
    Datoms,
    FulltextValues,
    FulltextDatoms,
    AllDatoms,
    Computed(usize),
    Transactions,
}

This enum models the fixed set of default tables we have -- two tables and two views -- and computed tables defined in the enclosing CC.

Variants

Methods

impl DatomsTable
[src]

Trait Implementations

impl PartialEq for DatomsTable
[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 DatomsTable
[src]

impl Clone for DatomsTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DatomsTable
[src]

impl Debug for DatomsTable
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DatomsTable

impl Sync for DatomsTable