Struct mentat_query_sql::SelectQuery
[−]
[src]
pub struct SelectQuery { pub distinct: bool, pub projection: Projection, pub from: FromClause, pub constraints: Vec<Constraint>, pub group_by: Vec<GroupBy>, pub order: Vec<OrderBy>, pub limit: Limit, }
Fields
distinct: bool
projection: Projection
from: FromClause
constraints: Vec<Constraint>
group_by: Vec<GroupBy>
order: Vec<OrderBy>
limit: Limit