Skip to content

Commit

Permalink
respect latest changes in master
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed May 18, 2022
1 parent 311c546 commit 3f964cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/expr/src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ impl Expr {
Expr::AggregateUDF { .. } => "AggregateUDF",
Expr::Alias(..) => "Alias",
Expr::Between { .. } => "Between",
Expr::AnyExpr { .. } => "AnyExpr",
Expr::BinaryExpr { .. } => "BinaryExpr",
Expr::Case { .. } => "Case",
Expr::Cast { .. } => "Cast",
Expand Down

0 comments on commit 3f964cd

Please sign in to comment.