Enum partiql_logical::SetQuantifier
source · pub enum SetQuantifier {
All,
Distinct,
}Expand description
Indicates if a set should be reduced to its distinct elements or not.
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 moresource§impl Debug for SetQuantifier
impl Debug for SetQuantifier
source§impl PartialEq<SetQuantifier> for SetQuantifier
impl PartialEq<SetQuantifier> for SetQuantifier
source§fn eq(&self, other: &SetQuantifier) -> bool
fn eq(&self, other: &SetQuantifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.