Enum datafusion::physical_plan::join_utils::JoinSide [−][src]
pub enum JoinSide {
Left,
Right,
}
Expand description
Used in ColumnIndex to distinguish which side the index is for
Variants
Left side of the join
Right side of the join
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JoinSide
impl UnwindSafe for JoinSide
Blanket Implementations
Mutably borrows from an owned value. Read more