This is an automated email from the ASF dual-hosted git repository.
jayzhan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 65e281a85b Improve UserDefinedLogicalNodeCore::from_template API to
return Result (#10597)
add 2eb38bd5e0 Minor: Move group accumulator for aggregate function to
physical-expr-common, and add ahash physical-expr-common (#10574)
No new revisions were added by this update.
Summary of changes:
Cargo.toml | 3 +
datafusion-cli/Cargo.lock | 1 +
datafusion/common/Cargo.toml | 4 +-
datafusion/core/Cargo.toml | 2 +-
datafusion/expr/Cargo.toml | 4 +-
datafusion/physical-expr-common/Cargo.toml | 1 +
.../src/aggregate/groups_accumulator/accumulate.rs | 8 +-
.../src/aggregate/groups_accumulator/bool_op.rs | 5 +-
.../src/aggregate/groups_accumulator}/mod.rs | 8 +-
.../src/aggregate/groups_accumulator/prim_op.rs | 6 +-
.../physical-expr-common/src/aggregate/mod.rs | 1 +
.../physical-expr-common/src/aggregate/utils.rs | 162 ++++++++++++++++-
datafusion/physical-expr/Cargo.toml | 4 +-
.../src/aggregate/groups_accumulator/mod.rs | 17 +-
datafusion/physical-expr/src/aggregate/mod.rs | 7 +-
datafusion/physical-expr/src/aggregate/utils.rs | 191 ---------------------
datafusion/physical-plan/Cargo.toml | 4 +-
17 files changed, 204 insertions(+), 224 deletions(-)
rename datafusion/{physical-expr =>
physical-expr-common}/src/aggregate/groups_accumulator/accumulate.rs (99%)
rename datafusion/{physical-expr =>
physical-expr-common}/src/aggregate/groups_accumulator/bool_op.rs (97%)
copy datafusion/{physical-plan/src/aggregates/topk =>
physical-expr-common/src/aggregate/groups_accumulator}/mod.rs (88%)
rename datafusion/{physical-expr =>
physical-expr-common}/src/aggregate/groups_accumulator/prim_op.rs (96%)
delete mode 100644 datafusion/physical-expr/src/aggregate/utils.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]