Struct datafusion_expr::expr::BinaryExpr
source · Expand description
Binary expression
Fields
left: Box<Expr>
Left-hand side of the expression
op: Operator
The comparison operator
right: Box<Expr>
Right-hand side of the expression
Implementations
Trait Implementations
sourceimpl Clone for BinaryExpr
impl Clone for BinaryExpr
sourcefn clone(&self) -> BinaryExpr
fn clone(&self) -> BinaryExpr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Display for BinaryExpr
impl Display for BinaryExpr
sourceimpl Hash for BinaryExpr
impl Hash for BinaryExpr
sourceimpl PartialEq<BinaryExpr> for BinaryExpr
impl PartialEq<BinaryExpr> for BinaryExpr
sourcefn eq(&self, other: &BinaryExpr) -> bool
fn eq(&self, other: &BinaryExpr) -> bool
impl Eq for BinaryExpr
impl StructuralEq for BinaryExpr
impl StructuralPartialEq for BinaryExpr
Auto Trait Implementations
impl !RefUnwindSafe for BinaryExpr
impl Send for BinaryExpr
impl Sync for BinaryExpr
impl Unpin for BinaryExpr
impl !UnwindSafe for BinaryExpr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more