This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 00a3c47 ARROW-5343: [C++] Refactor dictionary unification to
incremental interface, and use Buffer for transpose map allocations
add f19ee70 ARROW-6090: [Rust] [DataFusion] Physical plan for
HashAggregate
No new revisions were added by this update.
Summary of changes:
rust/datafusion/src/datasource/csv.rs | 10 +-
rust/datafusion/src/execution/aggregate.rs | 3 +-
rust/datafusion/src/execution/context.rs | 133 +++-
.../src/execution/physical_plan/hash_aggregate.rs | 724 +++++++++++++++++++++
rust/datafusion/src/execution/physical_plan/mod.rs | 1 +
rust/datafusion/src/execution/projection.rs | 5 +-
rust/datafusion/src/test/mod.rs | 93 +++
7 files changed, 939 insertions(+), 30 deletions(-)
create mode 100644
rust/datafusion/src/execution/physical_plan/hash_aggregate.rs