You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2021/06/22 09:15:34 UTC

[arrow-datafusion] branch master updated (05d5f01 -> 0bf1c09)

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

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


    from 05d5f01  implement window functions with partition by (#558)
     add 0bf1c09  add benchmark for window functions (#564)

No new revisions were added by this update.

Summary of changes:
 datafusion/Cargo.toml                     |   4 +
 datafusion/benches/aggregate_query_sql.rs | 126 ++---------------
 datafusion/benches/data_utils/mod.rs      | 154 ++++++++++++++++++++
 datafusion/benches/window_query_sql.rs    | 227 ++++++++++++++++++++++++++++++
 4 files changed, 393 insertions(+), 118 deletions(-)
 create mode 100644 datafusion/benches/data_utils/mod.rs
 create mode 100644 datafusion/benches/window_query_sql.rs