Struct server::parse::ast::SelectStmt
[−]
[src]
pub struct SelectStmt { pub target: Vec<Target>, pub tid: Vec<String>, pub alias: HashMap<String, String>, pub cond: Option<Conditions>, pub spec_op: Option<SpecOps>, pub order: Vec<Sort>, pub limit: Option<Limit>, }
Information for data selection
Fields
target | |
tid | |
alias | |
cond | |
spec_op | |
order | |
limit |