This is an automated email from the ASF dual-hosted git repository.
wjones127 pushed a change to branch 6171-simplify-with-guarantee
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 4c1c3a96e3 null and comparison support
new 2134f2f18f add support for literal expressions
new caa738f591 implement inlist guarantee use
new ff7ed70260 test the outer function
new 45ae442ce7 docs
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/simplify_expressions/expr_simplifier.rs | 119 ++++++++++-
.../src/simplify_expressions/guarantees.rs | 233 +++++++++++++--------
.../physical-expr/src/intervals/cp_solver.rs | 202 +++++++-----------
3 files changed, 339 insertions(+), 215 deletions(-)