You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2023/06/04 02:01:38 UTC

[arrow-datafusion] branch add-greatest-least updated (538e085f42 -> e6de9eb51f)

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

jiayuliu pushed a change to branch add-greatest-least
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 538e085f42 [built-in function] add greatest and least
     add fe107096f6 variadic equal
     add e6de9eb51f simplify code

No new revisions were added by this update.

Summary of changes:
 Cargo.toml                                         |  2 +-
 datafusion/expr/src/function.rs                    |  9 ++++---
 datafusion/expr/src/function_err.rs                |  2 +-
 datafusion/expr/src/signature.rs                   | 11 ++++----
 datafusion/expr/src/type_coercion/functions.rs     | 19 +++++++++-----
 datafusion/physical-expr/Cargo.toml                |  2 +-
 .../physical-expr/src/comparison_expressions.rs    | 30 ++++++++++++++--------
 7 files changed, 47 insertions(+), 28 deletions(-)