You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2020/12/19 20:50:48 UTC

[arrow] branch master updated (091df20 -> 3e89a9c)

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

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


    from 091df20  ARROW-10914: [Rust] Refactor simd arithmetic kernels to use chunked iteration
     add 3e89a9c  ARROW-10808: [Rust][DataFusion] Support nested expressions in aggregations.

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/logical_plan/expr.rs       |   2 +-
 rust/datafusion/src/physical_plan/functions.rs |   2 +-
 rust/datafusion/src/physical_plan/udaf.rs      |   6 +
 rust/datafusion/src/physical_plan/udf.rs       |   6 +
 rust/datafusion/src/sql/mod.rs                 |   1 +
 rust/datafusion/src/sql/planner.rs             | 616 ++++++++++++++++++++-----
 rust/datafusion/src/sql/utils.rs               | 364 +++++++++++++++
 7 files changed, 889 insertions(+), 108 deletions(-)
 create mode 100644 rust/datafusion/src/sql/utils.rs