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 9c46b1fcca Refactor Decimal128 averaging code to be vectorizable (and 
easier to read) (#6810)
     add 4a0b65d9a1 Minor: Encapsulate Aggregate and Window function signatures 
(#6748)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr/src/aggregate_function.rs          | 254 ++++++++++++---------
 datafusion/expr/src/expr_schema.rs                 |   6 +-
 datafusion/expr/src/type_coercion/aggregates.rs    |  14 +-
 datafusion/expr/src/window_function.rs             | 180 +++++++++------
 datafusion/optimizer/src/analyzer/type_coercion.rs |   8 +-
 datafusion/physical-expr/src/aggregate/build_in.rs |  90 ++++----
 6 files changed, 305 insertions(+), 247 deletions(-)

Reply via email to