Enum partiql_logical::UnaryOp
source · pub enum UnaryOp {
Pos,
Neg,
Not,
}
Expand description
Represents logical plan’s unary operators.
Variants§
Trait Implementations§
source§impl PartialEq<UnaryOp> for UnaryOp
impl PartialEq<UnaryOp> for UnaryOp
impl Eq for UnaryOp
impl StructuralEq for UnaryOp
impl StructuralPartialEq for UnaryOp
Auto Trait Implementations§
impl RefUnwindSafe for UnaryOp
impl Send for UnaryOp
impl Sync for UnaryOp
impl Unpin for UnaryOp
impl UnwindSafe for UnaryOp
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