Enum datafusion_proto::protobuf::JoinConstraint
source · [−]#[repr(i32)]
pub enum JoinConstraint {
On,
Using,
}Variants
On
Using
Implementations
Trait Implementations
sourceimpl Clone for JoinConstraint
impl Clone for JoinConstraint
sourcefn clone(&self) -> JoinConstraint
fn clone(&self) -> JoinConstraint
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 more
sourceimpl Debug for JoinConstraint
impl Debug for JoinConstraint
sourceimpl Default for JoinConstraint
impl Default for JoinConstraint
sourcefn default() -> JoinConstraint
fn default() -> JoinConstraint
Returns the “default value” for a type. Read more
sourceimpl From<JoinConstraint> for i32
impl From<JoinConstraint> for i32
sourcefn from(value: JoinConstraint) -> i32
fn from(value: JoinConstraint) -> i32
Converts to this type from the input type.
sourceimpl From<JoinConstraint> for JoinConstraint
impl From<JoinConstraint> for JoinConstraint
sourcefn from(t: JoinConstraint) -> Self
fn from(t: JoinConstraint) -> Self
Converts to this type from the input type.
sourceimpl From<JoinConstraint> for JoinConstraint
impl From<JoinConstraint> for JoinConstraint
sourcefn from(t: JoinConstraint) -> Self
fn from(t: JoinConstraint) -> Self
Converts to this type from the input type.
sourceimpl Hash for JoinConstraint
impl Hash for JoinConstraint
sourceimpl Ord for JoinConstraint
impl Ord for JoinConstraint
sourceimpl PartialEq<JoinConstraint> for JoinConstraint
impl PartialEq<JoinConstraint> for JoinConstraint
sourceimpl PartialOrd<JoinConstraint> for JoinConstraint
impl PartialOrd<JoinConstraint> for JoinConstraint
sourcefn partial_cmp(&self, other: &JoinConstraint) -> Option<Ordering>
fn partial_cmp(&self, other: &JoinConstraint) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for JoinConstraint
impl Eq for JoinConstraint
impl StructuralEq for JoinConstraint
impl StructuralPartialEq for JoinConstraint
Auto Trait Implementations
impl RefUnwindSafe for JoinConstraint
impl Send for JoinConstraint
impl Sync for JoinConstraint
impl Unpin for JoinConstraint
impl UnwindSafe for JoinConstraint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.