This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 76b4156aff feat: Add evaluate_to_arrays function (#18446)
add aa74ed086f Refactor bit aggregate functions signature (#18593)
No new revisions were added by this update.
Summary of changes:
datafusion/functions-aggregate-common/src/lib.rs | 1 +
.../src/noop_accumulator.rs | 70 ++++++++++++++++++++++
.../functions-aggregate/src/approx_distinct.rs | 52 ++++++----------
.../functions-aggregate/src/bit_and_or_xor.rs | 33 +++++-----
datafusion/sqllogictest/test_files/aggregate.slt | 13 +++-
5 files changed, 120 insertions(+), 49 deletions(-)
create mode 100644
datafusion/functions-aggregate-common/src/noop_accumulator.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]