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 2022/11/16 21:36:22 UTC

[arrow-datafusion] branch master updated (74199d632 -> f0359a797)

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-datafusion.git


    from 74199d632 Support `create table` with explicit column definitions (#4194)
     add f0359a797 Derive filter statistic estimates from the predicate expression (#4162)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/physical_plan/filter.rs        | 133 ++++++++++++++++++++-
 datafusion/core/tests/statistics.rs                |   5 +-
 datafusion/physical-expr/src/expressions/binary.rs |   8 +-
 datafusion/physical-expr/src/expressions/column.rs |   2 +-
 datafusion/physical-expr/src/physical_expr.rs      |   4 +-
 5 files changed, 140 insertions(+), 12 deletions(-)