You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2023/05/09 08:20:00 UTC

[arrow-datafusion] branch main updated (ac8f96bbec -> 4ff1d947d0)

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

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


    from ac8f96bbec refactor: Expr::AggregateUDF  to use a struct (#6294)
     add 4ff1d947d0 refactor: Expr::InList to use a struct (#6292)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/expr.rs                        | 35 ++++++++++++++--------
 datafusion/expr/src/expr_fn.rs                     | 10 +++----
 datafusion/expr/src/logical_plan/plan.rs           |  5 ++--
 .../optimizer/src/analyzer/count_wildcard_rule.rs  |  8 ++---
 .../optimizer/src/analyzer/inline_table_scan.rs    |  5 ++--
 datafusion/optimizer/src/analyzer/mod.rs           |  3 +-
 datafusion/optimizer/src/analyzer/type_coercion.rs |  9 +++---
 .../optimizer/src/decorrelate_where_exists.rs      |  3 +-
 datafusion/sql/src/expr/subquery.rs                |  5 ++--
 9 files changed, 50 insertions(+), 33 deletions(-)