You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/06/13 01:42:13 UTC

[arrow-datafusion] branch main updated (a56ae74c0d -> 071a2a6dfd)

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 a56ae74c0d Simplify and encapsulate window function state management (#6621)
     add 071a2a6dfd Minor: Move get_equal_orderings into `BuiltInWindowFunctionExpr`, remove `BuiltInWindowFunctionExpr::as_any` (#6619)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/physical_plan/windows/mod.rs   | 27 ++++------------------
 datafusion/physical-expr/src/equivalence.rs        |  9 +++++++-
 .../src/window/built_in_window_function_expr.rs    |  7 ++++++
 datafusion/physical-expr/src/window/row_number.rs  | 23 +++++++++++++++++-
 4 files changed, 41 insertions(+), 25 deletions(-)