This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 164ec9d565 Add MSRV check as a GA job (#7123)
add 2427d3a7a5 Minor: move `AnalysisContext` out of physical_expr and into
its own module (#7127)
No new revisions were added by this update.
Summary of changes:
datafusion/physical-expr/src/analysis.rs | 241 +++++++++++++++++
datafusion/physical-expr/src/lib.rs | 6 +-
datafusion/physical-expr/src/physical_expr.rs | 356 +-------------------------
datafusion/physical-expr/src/utils.rs | 113 ++++++++
4 files changed, 362 insertions(+), 354 deletions(-)
create mode 100644 datafusion/physical-expr/src/analysis.rs