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 e4bc514817 feat: Enhance map handling to support NULL map values
(#18531)
add bd30fe2375 Rename boolean `Interval` constants to match
`NullableInterval` (#18654)
No new revisions were added by this update.
Summary of changes:
datafusion/expr-common/src/interval_arithmetic.rs | 949 ++++++---------------
datafusion/expr-common/src/statistics.rs | 22 +-
datafusion/functions/src/math/abs.rs | 4 +-
datafusion/functions/src/math/monotonicity.rs | 20 +-
.../physical-expr-common/src/physical_expr.rs | 8 +-
datafusion/physical-expr/src/analysis.rs | 4 +-
datafusion/physical-expr/src/expressions/binary.rs | 56 +-
datafusion/physical-expr/src/expressions/not.rs | 8 +-
.../physical-expr/src/intervals/cp_solver.rs | 79 +-
.../physical-expr/src/statistics/stats_solver.rs | 2 +-
.../physical-plan/src/joins/symmetric_hash_join.rs | 2 +-
11 files changed, 343 insertions(+), 811 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]