Enum sqlparser::ast::SetQuantifier
source · pub enum SetQuantifier {
All,
Distinct,
None,
}Expand description
A quantifier for SetOperator.
Variants§
Trait Implementations§
source§impl Clone for SetQuantifier
impl Clone for SetQuantifier
source§fn clone(&self) -> SetQuantifier
fn clone(&self) -> SetQuantifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more