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