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(-)