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
Datoms
FulltextValues
FulltextDatoms
AllDatoms
Computed(usize)
Transactions
Methods
impl DatomsTable
[src]
Trait Implementations
impl PartialEq for DatomsTable
[src]
fn eq(&self, __arg_0: &DatomsTable) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DatomsTable) -> bool
[src]
This method tests for !=
.
impl Eq for DatomsTable
[src]
impl Clone for DatomsTable
[src]
fn clone(&self) -> DatomsTable
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more