Struct mentat_query::FindQuery
[−]
[src]
pub struct FindQuery { pub find_spec: FindSpec, pub default_source: SrcVar, pub with: BTreeSet<Variable>, pub in_vars: BTreeSet<Variable>, pub in_sources: BTreeSet<SrcVar>, pub limit: Limit, pub where_clauses: Vec<WhereClause>, pub order: Option<Vec<Order>>, }
Fields
find_spec: FindSpec
default_source: SrcVar
with: BTreeSet<Variable>
in_vars: BTreeSet<Variable>
in_sources: BTreeSet<SrcVar>
limit: Limit
where_clauses: Vec<WhereClause>
order: Option<Vec<Order>>
Methods
impl FindQuery
[src]
Trait Implementations
impl Debug for FindQuery
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more