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 21483ad ARROW-12076: [Rust] Fix build
add 9262a5d ARROW-11790: [Rust][DataFusion] Change builder signatures to
take impl Interator<Item=Expr> rather than &[Expr]
No new revisions were added by this update.
Summary of changes:
rust/benchmarks/src/bin/tpch.rs | 2 +-
rust/datafusion/README.md | 2 +-
rust/datafusion/examples/simple_udaf.rs | 2 +-
rust/datafusion/examples/simple_udf.rs | 2 +-
rust/datafusion/src/dataframe.rs | 20 ++--
rust/datafusion/src/execution/context.rs | 14 +--
rust/datafusion/src/execution/dataframe_impl.rs | 18 ++--
rust/datafusion/src/lib.rs | 2 +-
rust/datafusion/src/logical_plan/builder.rs | 107 +++++++++++++++------
rust/datafusion/src/logical_plan/expr.rs | 6 +-
rust/datafusion/src/logical_plan/plan.rs | 4 +-
rust/datafusion/src/optimizer/constant_folding.rs | 18 ++--
rust/datafusion/src/optimizer/filter_push_down.rs | 48 ++++-----
rust/datafusion/src/optimizer/limit_push_down.rs | 6 +-
.../src/optimizer/projection_push_down.rs | 30 +++---
rust/datafusion/src/physical_plan/planner.rs | 14 +--
rust/datafusion/src/sql/planner.rs | 14 ++-
rust/datafusion/tests/custom_sources.rs | 2 +-
rust/datafusion/tests/provider_filter_pushdown.rs | 2 +-
19 files changed, 181 insertions(+), 132 deletions(-)