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 2021/01/21 12:21:37 UTC

[arrow] branch master updated (8b56f85 -> 4601c02)

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 8b56f85  ARROW-11220: [Rust] Implement GROUP BY support for Boolean
     add 4601c02  ARROW-11330: [Rust][DataFusion] add ExpressionVisitor to encode expression walking

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/logical_plan/expr.rs | 130 +++++++++++++++++++++++++++
 rust/datafusion/src/logical_plan/mod.rs  |   2 +-
 rust/datafusion/src/optimizer/utils.rs   | 107 +++++++++--------------
 rust/datafusion/src/sql/utils.rs         | 145 ++++++++++---------------------
 4 files changed, 219 insertions(+), 165 deletions(-)