Struct partiql_logical::BagOp
source · pub struct BagOp {
pub bag_op: BagOperator,
pub setq: SetQuantifier,
}Expand description
BagOp represents a bag operator, e.g. UNION ALL in SELECT a, b FROM foo UNION ALL SELECT c, d FROM bar.
Fields§
§bag_op: BagOperator§setq: SetQuantifierTrait Implementations§
source§impl PartialEq<BagOp> for BagOp
impl PartialEq<BagOp> for BagOp
impl Eq for BagOp
impl StructuralEq for BagOp
impl StructuralPartialEq for BagOp
Auto Trait Implementations§
impl RefUnwindSafe for BagOp
impl Send for BagOp
impl Sync for BagOp
impl Unpin for BagOp
impl UnwindSafe for BagOp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more