Skip to content

Commit

Permalink
remove floor fn
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Apr 6, 2024
1 parent 118caff commit e7de59a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/physical-expr/src/math_expressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ math_unary_function!("atan", atan);
math_unary_function!("asinh", asinh);
math_unary_function!("acosh", acosh);
math_unary_function!("atanh", atanh);
math_unary_function!("floor", floor);
math_unary_function!("ceil", ceil);
math_unary_function!("exp", exp);
math_unary_function!("ln", ln);
Expand Down

0 comments on commit e7de59a

Please sign in to comment.