This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 85c9fe1021 chore: required at least 1 approve before merge (#7226)
add d1361d56b9 Add regr_*() aggregate functions (#7211)
No new revisions were added by this update.
Summary of changes:
.../tests/sqllogictests/test_files/aggregate.slt | 331 ++++++++++++++-------
datafusion/expr/src/aggregate_function.rs | 52 +++-
datafusion/expr/src/type_coercion/aggregates.rs | 10 +-
datafusion/physical-expr/src/aggregate/build_in.rs | 80 ++++-
datafusion/physical-expr/src/aggregate/mod.rs | 2 +-
.../src/aggregate/{regr_slope.rs => regr.rs} | 185 ++++++++++--
datafusion/physical-expr/src/expressions/mod.rs | 2 +-
datafusion/proto/proto/datafusion.proto | 8 +
datafusion/proto/src/generated/pbjson.rs | 24 ++
datafusion/proto/src/generated/prost.rs | 24 ++
datafusion/proto/src/logical_plan/from_proto.rs | 8 +
datafusion/proto/src/logical_plan/to_proto.rs | 20 ++
docs/source/user-guide/sql/aggregate_functions.md | 132 +++++++-
13 files changed, 728 insertions(+), 150 deletions(-)
rename datafusion/physical-expr/src/aggregate/{regr_slope.rs => regr.rs} (56%)