Enum datafusion::prelude::JoinType [−][src]
pub enum JoinType {
Inner,
Left,
Right,
Full,
Semi,
Anti,
}
Expand description
Join type
Variants
Inner Join
Left Join
Right Join
Full Join
Semi Join
Anti Join
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JoinType
impl UnwindSafe for JoinType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.