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 2022/02/07 17:38:02 UTC

[arrow-datafusion] branch master updated (2ec34cf -> 09c67d5)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.


    from 2ec34cf  move column, dfschema, etc. to common module (#1760)
     add 09c67d5  include window frames and operator into datafusion-expr (#1761)

No new revisions were added by this update.

Summary of changes:
 datafusion-expr/Cargo.toml                         |   1 +
 datafusion-expr/src/lib.rs                         |   4 +
 .../src/operator.rs                                |  73 +----
 .../src/window_frame.rs                            |  22 +-
 datafusion/src/logical_plan/operators.rs           |  83 +----
 datafusion/src/logical_plan/window_frames.rs       | 363 +--------------------
 6 files changed, 22 insertions(+), 524 deletions(-)
 copy datafusion/src/logical_plan/operators.rs => datafusion-expr/src/operator.rs (67%)
 copy datafusion/src/logical_plan/window_frames.rs => datafusion-expr/src/window_frame.rs (96%)