This is an automated email from the ASF dual-hosted git repository.
ozankabak pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 87eb126eba Support Write Options in DataFrame::write_* methods (#7435)
add e83b75f65b cp_solver, Duration vs Interval cases (#7475)
No new revisions were added by this update.
Summary of changes:
.../core/src/physical_optimizer/join_selection.rs | 2 +-
.../src/physical_optimizer/pipeline_checker.rs | 2 +-
datafusion/core/src/physical_plan/filter.rs | 2 +-
datafusion/physical-expr/src/aggregate/min_max.rs | 24 ++
datafusion/physical-expr/src/expressions/binary.rs | 6 +-
.../physical-expr/src/intervals/cp_solver.rs | 395 ++++++++++++++++++---
.../src/intervals/interval_aritmetic.rs | 32 --
datafusion/physical-expr/src/intervals/mod.rs | 5 +-
datafusion/physical-expr/src/intervals/utils.rs | 192 ++++++++++
9 files changed, 567 insertions(+), 93 deletions(-)
create mode 100644 datafusion/physical-expr/src/intervals/utils.rs