Skip to content

Commit

Permalink
Derive Hash for JoinType (#2972)
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Jul 27, 2022
1 parent 4005076 commit 884101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr/src/logical_plan/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ impl ToStringifiedPlan for LogicalPlan {
}

/// Join type
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum JoinType {
/// Inner Join
Inner,
Expand Down

0 comments on commit 884101e

Please sign in to comment.