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

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


    from 368f6e606a Double RawTable on grow instead of triple (#7041)
     add 77fafb9380 Specialize single column primitive group values (#7043)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/Cargo.lock                          |  73 +++----
 datafusion/core/Cargo.toml                         |   1 +
 .../physical_plan/aggregates/group_values/mod.rs   |  64 +++++++
 .../aggregates/group_values/primitive.rs           | 209 +++++++++++++++++++++
 .../physical_plan/aggregates/group_values/row.rs   | 184 ++++++++++++++++++
 .../core/src/physical_plan/aggregates/mod.rs       |   1 +
 .../core/src/physical_plan/aggregates/row_hash.rs  | 187 +-----------------
 7 files changed, 487 insertions(+), 232 deletions(-)
 create mode 100644 
datafusion/core/src/physical_plan/aggregates/group_values/mod.rs
 create mode 100644 
datafusion/core/src/physical_plan/aggregates/group_values/primitive.rs
 create mode 100644 
datafusion/core/src/physical_plan/aggregates/group_values/row.rs

Reply via email to