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]
impl DatomsTable
Trait Implementations
impl PartialEq for DatomsTable
[src]
impl PartialEq for DatomsTable
fn eq(&self, __arg_0: &DatomsTable) -> bool
[src]
fn eq(&self, __arg_0: &DatomsTable) -> bool
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]
fn ne(&self, __arg_0: &DatomsTable) -> bool
This method tests for !=
.
impl Eq for DatomsTable
[src]
impl Eq for DatomsTable
impl Clone for DatomsTable
[src]
impl Clone for DatomsTable
fn clone(&self) -> DatomsTable
[src]
fn clone(&self) -> DatomsTable
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for DatomsTable
[src]
impl Copy for DatomsTable
impl Debug for DatomsTable
[src]
impl Debug for DatomsTable
Auto Trait Implementations
impl Send for DatomsTable
impl Send for DatomsTable
impl Sync for DatomsTable
impl Sync for DatomsTable