This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 51d9441273 feat: support LogicalPlan to SQL String (#9596)
     add 60f65149b0 refactor: use a common macro to define math UDFs (#9598)

No new revisions were added by this update.

Summary of changes:
 datafusion/functions/src/macros.rs    |  97 ++++++++++++++++++++++++++++++
 datafusion/functions/src/math/acos.rs |  97 ------------------------------
 datafusion/functions/src/math/asin.rs | 110 ----------------------------------
 datafusion/functions/src/math/mod.rs  |  15 ++---
 datafusion/functions/src/math/tan.rs  |  98 ------------------------------
 datafusion/functions/src/math/tanh.rs |  98 ------------------------------
 6 files changed, 103 insertions(+), 412 deletions(-)
 delete mode 100644 datafusion/functions/src/math/acos.rs
 delete mode 100644 datafusion/functions/src/math/asin.rs
 delete mode 100644 datafusion/functions/src/math/tan.rs
 delete mode 100644 datafusion/functions/src/math/tanh.rs

Reply via email to