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/09 13:29:02 UTC

[arrow-datafusion] branch main updated (95c4681baf -> 5032060c78)

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 95c4681baf feat: analyze/optimize plan in `CREATE TABLE AS SELECT` (#6610)
     add 5032060c78 Minor: Add additional docstrings to Window function implementations (#6592)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/lib.rs                         |   2 +-
 datafusion/core/src/physical_plan/sorts/sort.rs    |   2 +-
 datafusion/expr/src/window_function.rs             |   4 +-
 datafusion/physical-expr/src/window/aggregate.rs   |   9 +-
 datafusion/physical-expr/src/window/built_in.rs    |   2 +-
 .../src/window/built_in_window_function_expr.rs    |  45 +++++--
 .../src/window/partition_evaluator.rs              | 145 ++++++++++++++++++---
 .../physical-expr/src/window/sliding_aggregate.rs  |  19 ++-
 datafusion/physical-expr/src/window/window_expr.rs |  29 ++++-
 9 files changed, 207 insertions(+), 50 deletions(-)