Enum partiql_logical::BinaryOp
source · pub enum BinaryOp {
Show 16 variants
And,
Or,
Concat,
Eq,
Neq,
Gt,
Gteq,
Lt,
Lteq,
Add,
Sub,
Mul,
Div,
Mod,
Exp,
In,
}
Expand description
Represents logical plan’s binary operators.
Variants§
Trait Implementations§
source§impl PartialEq<BinaryOp> for BinaryOp
impl PartialEq<BinaryOp> for BinaryOp
impl Eq for BinaryOp
impl StructuralEq for BinaryOp
impl StructuralPartialEq for BinaryOp
Auto Trait Implementations§
impl RefUnwindSafe for BinaryOp
impl Send for BinaryOp
impl Sync for BinaryOp
impl Unpin for BinaryOp
impl UnwindSafe for BinaryOp
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