Struct partiql_logical::BagExpr
source · pub struct BagExpr {
pub elements: Vec<ValueExpr>,
}
Expand description
Represents a PartiQL bag expression, e.g. <<a.c * 2, 5>>
.
Fields§
§elements: Vec<ValueExpr>
Implementations§
Trait Implementations§
source§impl PartialEq<BagExpr> for BagExpr
impl PartialEq<BagExpr> for BagExpr
impl Eq for BagExpr
impl StructuralEq for BagExpr
impl StructuralPartialEq for BagExpr
Auto Trait Implementations§
impl RefUnwindSafe for BagExpr
impl Send for BagExpr
impl Sync for BagExpr
impl Unpin for BagExpr
impl UnwindSafe for BagExpr
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