This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 4557033c30 chore(deps): bump clap from 4.5.54 to 4.5.56 (#20131)
add 29d63c1964 Optimize `PhysicalExprSimplifier` (#20111)
No new revisions were added by this update.
Summary of changes:
datafusion/physical-expr/Cargo.toml | 4 +
datafusion/physical-expr/benches/simplify.rs | 299 +++++++++++++++++++++
.../src/simplifier/const_evaluator.rs | 25 +-
datafusion/physical-expr/src/simplifier/mod.rs | 19 +-
datafusion/physical-expr/src/simplifier/not.rs | 6 +-
.../physical-expr/src/simplifier/unwrap_cast.rs | 33 ++-
6 files changed, 351 insertions(+), 35 deletions(-)
create mode 100644 datafusion/physical-expr/benches/simplify.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]