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 944f7f2f27 Run the examples in the new format (#18946)
add cb2f3d2a86 Add constant expression evaluator to physical expression
simplifier (#19130)
No new revisions were added by this update.
Summary of changes:
.../schema_adapter_integration_tests.rs | 33 +++--
datafusion/datasource-parquet/src/opener.rs | 2 +-
.../src/simplifier/const_evaluator.rs | 103 +++++++++++++++
datafusion/physical-expr/src/simplifier/mod.rs | 138 ++++++++++++++++++++-
4 files changed, 258 insertions(+), 18 deletions(-)
create mode 100644 datafusion/physical-expr/src/simplifier/const_evaluator.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]